Type Alias tgbot::types::Integer

source ·
pub type Integer = i64;
Expand description

Represents a Telegram Integer type

Trait Implementations§

source§

impl From<AccentColor> for Integer

source§

fn from(value: AccentColor) -> Self

Converts to this type from the input type.
source§

impl From<ChatPeerId> for Integer

source§

fn from(value: ChatPeerId) -> Self

Converts to this type from the input type.
source§

impl From<ForumTopicIconColor> for Integer

source§

fn from(value: ForumTopicIconColor) -> Self

Converts to this type from the input type.
source§

impl From<ProfileAccentColor> for Integer

source§

fn from(value: ProfileAccentColor) -> Self

Converts to this type from the input type.
source§

impl From<UserPeerId> for Integer

source§

fn from(value: UserPeerId) -> Self

Converts to this type from the input type.