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/Chat.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
* @method string getLastName() Optional. Last name of the other party in a private chat
27
27
* @method ChatPhoto getPhoto() Optional. Chat photo. Returned only in getChat.
28
28
* @method string getBio() Optional. Bio of the other party in a private chat. Returned only in getChat.
29
+
* @method bool getHasPrivateForwards() Optional. True, if privacy settings of the other party in the private chat allows to use tg://user?id=<user_id> links only in chats with the user. Returned only in getChat.
29
30
* @method string getDescription() Optional. Description, for groups, supergroups and channel chats. Returned only in getChat.
30
31
* @method string getInviteLink() Optional. Chat invite link, for groups, supergroups and channel chats. Each administrator in a chat generates their own invite links, so the bot must first generate the link using exportChatInviteLink. Returned only in getChat.
31
32
* @method Message getPinnedMessage() Optional. Pinned message, for groups, supergroups and channels. Returned only in getChat.
0 commit comments