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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
* @method string getForwardSignature() Optional. For messages forwarded from channels, signature of the post author if present
35
35
* @method string getForwardSenderName() Optional. Sender's name for messages forwarded from users who disallow adding a link to their account in forwarded messages
36
36
* @method int getForwardDate() Optional. For forwarded messages, date the original message was sent in Unix time
37
+
* @method bool getIsAutomaticForward() Optional. True, if the message is a channel post that was automatically forwarded to the connected discussion group
37
38
* @method ReplyToMessage getReplyToMessage() Optional. For replies, the original message. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply.
38
39
* @method User getViaBot() Optional. Bot through which the message was sent
39
40
* @method int getEditDate() Optional. Date the message was last edited in Unix time
0 commit comments