A | |
action [Api.Command] |
The actions that can be used by the bot's commands
|
audio [Api.Audio.Out] |
Represents the outgoing audio message.
|
audio [Api.Audio] |
Represents an audio message (mp3)
|
C | |
chat [Api.Chat] |
Represents a chat where messages can be sent or received
|
chat_type [Api.Chat] |
The type of groupchat that the bot is in
|
command [Api.Command] |
This type is used to represent available commands.
|
contact [Api.Contact] |
Represents a contact shared in a message
|
D | |
document [Api.Document] |
Represents a general file sent in a message
|
L | |
location [Api.Location] |
Represents a location sent by a user in terms of longitude/latitude coordinates
|
M | |
message [Api.Message] |
Represents a message in a chat.
|
P | |
photo_size [Api.PhotoSize.Out] |
Represents the outgoing photo message.
|
photo_size [Api.PhotoSize] |
Represents any kind of image sent in a message or used as a thumbnail, profile picture, etc.
|
R | |
result [Api.Result] |
Stores the return value if a function succeeded or a string if the function failed
|
S | |
sticker [Api.Sticker] |
Represents sticker messages
|
U | |
update [Api.Update] |
Stores the info for updates to a chat/group
|
user [Api.User] |
Represents a user profile
|
V | |
video [Api.Video] |
Represents a video file sent in a message
|
voice [Api.Voice.Out] |
Represents the outgoing voice message.
|
voice [Api.Voice] |
Represents a voice message (ogg)
|