We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
message_removed
1 parent 09c9525 commit b965bfbCopy full SHA for b965bfb
1 file changed
schema.yaml
@@ -2247,8 +2247,18 @@ components:
2247
message_id:
2248
description: Identifier of removed message
2249
type: string
2250
+ chat_id:
2251
+ description: Chat identifier where message has been deleted
2252
+ type: integer
2253
+ format: int64
2254
+ user_id:
2255
+ description: User who deleted this message
2256
2257
2258
required:
2259
- message_id
2260
+ - chat_id
2261
+ - user_id
2262
MessageEditedUpdate:
2263
description: You will get this `update` as soon as message is edited
2264
allOf:
0 commit comments