[][src]Trait telegram_bot::types::ToCallbackQueryId

pub trait ToCallbackQueryId {
    pub fn to_callback_query_id(&self) -> CallbackQueryId;
}

Get CallbackQueryId from the type reference.

Required methods

pub fn to_callback_query_id(&self) -> CallbackQueryId[src]

Loading content...

Implementors

impl ToCallbackQueryId for CallbackQuery[src]

impl<S> ToCallbackQueryId for S where
    S: Deref,
    <S as Deref>::Target: ToCallbackQueryId
[src]

Loading content...