Skip to content

Commit bbebca6

Browse files
committed
Added the field is_automatic_forward to the Message entity.
1 parent fa91d99 commit bbebca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Entities/Message.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* @method string getForwardSignature() Optional. For messages forwarded from channels, signature of the post author if present
3535
* @method string getForwardSenderName() Optional. Sender's name for messages forwarded from users who disallow adding a link to their account in forwarded messages
3636
* @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
3738
* @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.
3839
* @method User getViaBot() Optional. Bot through which the message was sent
3940
* @method int getEditDate() Optional. Date the message was last edited in Unix time

0 commit comments

Comments
 (0)