Record
message
No description available.
record message {
animation: option<animation>,
audio: option<audio>,
author-signature: option<string>,
caption: option<string>,
caption-entities: option<list<message-entity>>,
channel-chat-created: option<bool>,
chat: chat,
connected-website: option<string>,
contact: option<contact>,
date: s32,
delete-chat-photo: option<bool>,
dice: option<dice>,
document: option<document>,
edit-date: option<s32>,
entities: option<list<message-entity>>,
forward-date: option<s32>,
forward-from: option<user>,
forward-from-chat: option<chat>,
forward-from-message-id: option<s32>,
forward-sender-name: option<string>,
forward-signature: option<string>,
from-op: option<user>,
game: option<game>,
group-chat-created: option<bool>,
invoice: option<invoice>,
left-chat-member: option<user>,
location: option<location>,
media-group-id: option<string>,
message-id: s32,
migrate-from-chat-id: option<s32>,
migrate-to-chat-id: option<s32>,
new-chat-members: option<list<user>>,
new-chat-photo: option<list<photo-size>>,
new-chat-title: option<string>,
passport-data: option<passport-data>,
photo: option<list<photo-size>>,
pinned-message: option<string>,
poll: option<poll>,
proximity-alert-triggered: option<proximity-alert-triggered>,
reply-markup: option<inline-keyboard-markup>,
reply-to-message: option<string>,
sender-chat: option<chat>,
sticker: option<sticker>,
successful-payment: option<successful-payment>,
supergroup-chat-created: option<bool>,
text: option<string>,
venue: option<venue>,
via-bot: option<user>,
video: option<video>,
video-note: option<video-note>,
voice: option<voice>,
}Fields
| Name | Type | Description |
|---|---|---|
| animation | option<animation> | |
| audio | option<audio> | |
| author-signature | option<string> | |
| caption | option<string> | |
| caption-entities | option<list<message-entity>> | |
| channel-chat-created | option<bool> | |
| chat | chat | |
| connected-website | option<string> | |
| contact | option<contact> | |
| date | s32 | |
| delete-chat-photo | option<bool> | |
| dice | option<dice> | |
| document | option<document> | |
| edit-date | option<s32> | |
| entities | option<list<message-entity>> | |
| forward-date | option<s32> | |
| forward-from | option<user> | |
| forward-from-chat | option<chat> | |
| forward-from-message-id | option<s32> | |
| forward-sender-name | option<string> | |
| forward-signature | option<string> | |
| from-op | option<user> | |
| game | option<game> | |
| group-chat-created | option<bool> | |
| invoice | option<invoice> | |
| left-chat-member | option<user> | |
| location | option<location> | |
| media-group-id | option<string> | |
| message-id | s32 | |
| migrate-from-chat-id | option<s32> | |
| migrate-to-chat-id | option<s32> | |
| new-chat-members | option<list<user>> | |
| new-chat-photo | option<list<photo-size>> | |
| new-chat-title | option<string> | |
| passport-data | option<passport-data> | |
| photo | option<list<photo-size>> | |
| pinned-message | option<string> | |
| poll | option<poll> | |
| proximity-alert-triggered | option<proximity-alert-triggered> | |
| reply-markup | option<inline-keyboard-markup> | |
| reply-to-message | option<string> | |
| sender-chat | option<chat> | |
| sticker | option<sticker> | |
| successful-payment | option<successful-payment> | |
| supergroup-chat-created | option<bool> | |
| text | option<string> | |
| venue | option<venue> | |
| via-bot | option<user> | |
| video | option<video> | |
| video-note | option<video-note> | |
| voice | option<voice> |