Skip to content

Commit

Permalink
Merge pull request #832 from alexmorbo/develop
Browse files Browse the repository at this point in the history
Anonymous Admins
  • Loading branch information
irazasyed authored Oct 19, 2021
2 parents 120447a + 0208167 commit 3db9d1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Objects/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
* @property string $connectedWebsite (Optional). The domain name of the website on which the user has logged in.
* @property PassportData $passportData (Optional). Telegram Passport data
* @property string $replyMarkup (Optional). Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons.
* @property Chat $senderChat (Optional). Sender of a message which is a chat (group or channel).
*/
class Message extends BaseObject
{
Expand Down Expand Up @@ -92,6 +93,7 @@ public function relations()
'invoice' => Invoice::class,
'successful_payment' => SuccessfulPayment::class,
'passport' => PassportData::class,
'sender_chat' => Chat::class,
];
}

Expand Down

0 comments on commit 3db9d1f

Please sign in to comment.