You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Entities/Message.php
+2
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@
60
60
* @method SuccessfulPayment getSuccessfulPayment() Optional. Message is a service message about a successful payment, information about the payment.
61
61
* @method string getConnectedWebsite() Optional. The domain name of the website on which the user has logged in.
62
62
* @method PassportData getPassportData() Optional. Telegram Passport data
63
+
* @method InlineKeyboard getReplyMarkup() Optional. Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons.
63
64
*/
64
65
class Message extends Entity
65
66
{
@@ -96,6 +97,7 @@ protected function subEntities()
0 commit comments