[][src]Module telegram_bot::types::refs

Structs

CallbackQueryId

Unique identifier for CallbackQuery.

ChannelId

Unique channel identifier.

ChatId

Unique chat identifier.

FileRef

Unique file identifier reference.

GroupId

Unique group identifier.

InlineQueryId
MessageId

Unique message identifier inside a chat.

SupergroupId

Unique supergroup identifier.

UserId

Unique user identifier.

Enums

ChatRef

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

Traits

ToCallbackQueryId

Get CallbackQueryId from the type reference.

ToChatRef

Get ChatRef from the type reference.

ToFileRef

Get FileRef from the type reference.

ToMessageId

Get MessageId from the type reference.

ToSourceChat

Get source ChatId from the type reference.

ToUserId

Get UserId from the type reference.