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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@
79
79
* @method VoiceChatStarted getVoiceChatStarted() Optional. Service message: voice chat started
80
80
* @method VoiceChatEnded getVoiceChatEnded() Optional. Service message: voice chat ended
81
81
* @method VoiceChatParticipantsInvited getVoiceChatParticipantsInvited() Optional. Service message: new participants invited to a voice chat
82
+
* @method WebAppData getWebAppData() Optional. Service message: data sent by a Web App
82
83
* @method InlineKeyboard getReplyMarkup() Optional. Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons.
83
84
*/
84
85
class Message extends Entity
@@ -125,6 +126,7 @@ protected function subEntities(): array
* @property string $data The data. Be aware that a bad client can send arbitrary data in this field.
10
+
* @property string $button_text Text of the web_app keyboard button, from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field.
11
+
*
12
+
* @method string getData() The data. Be aware that a bad client can send arbitrary data in this field.
13
+
* @method string getButtonText() Text of the web_app keyboard button, from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field.
14
+
*
15
+
* @method $this setData(string $data) The data. Be aware that a bad client can send arbitrary data in this field.
16
+
* @method $this setButtonText(string $button_text) Text of the web_app keyboard button, from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field.
0 commit comments