We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d7702 commit b9c85adCopy full SHA for b9c85ad
src/Entities/Message.php
@@ -253,6 +253,7 @@ public function getType(): string
253
'location',
254
'venue',
255
'poll',
256
+ 'dice',
257
'new_chat_members',
258
'left_chat_member',
259
'new_chat_title',
@@ -269,6 +270,9 @@ public function getType(): string
269
270
'successful_payment',
271
'passport_data',
272
'proximity_alert_triggered',
273
+ 'forum_topic_created',
274
+ 'forum_topic_closed',
275
+ 'forum_topic_reopened'
276
'video_chat_scheduled',
277
'video_chat_started',
278
'video_chat_ended',
0 commit comments