This commit is contained in:
sys-001 2021-12-10 01:11:56 +00:00
parent 493c03a2c9
commit a544d9e506
2 changed files with 4 additions and 4 deletions

View File

@ -463,7 +463,7 @@
"User" "User"
], ],
"optional": true, "optional": true,
"description": "Optional. Sender, empty for messages sent to channels" "description": "Optional. Sender of the message; empty for messages sent to channels. For backward compatibility, the field contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat."
}, },
{ {
"name": "sender_chat", "name": "sender_chat",
@ -471,7 +471,7 @@
"Chat" "Chat"
], ],
"optional": true, "optional": true,
"description": "Optional. Sender of the message, sent on behalf of a chat. The channel itself for channel messages. The supergroup itself for messages from anonymous group administrators. The linked channel for messages automatically forwarded to the discussion group" "description": "Optional. Sender of the message, sent on behalf of a chat. For backward compatibility, the field from contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat."
}, },
{ {
"name": "date", "name": "date",

View File

@ -347,13 +347,13 @@ types:
types: types:
- User - User
optional: true optional: true
description: 'Optional. Sender, empty for messages sent to channels' description: 'Optional. Sender of the message; empty for messages sent to channels. For backward compatibility, the field contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat.'
- -
name: sender_chat name: sender_chat
types: types:
- Chat - Chat
optional: true optional: true
description: 'Optional. Sender of the message, sent on behalf of a chat. The channel itself for channel messages. The supergroup itself for messages from anonymous group administrators. The linked channel for messages automatically forwarded to the discussion group' description: 'Optional. Sender of the message, sent on behalf of a chat. For backward compatibility, the field from contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat.'
- -
name: date name: date
types: types: