[−][src]Trait telegram_bot_raw::types::refs::ToCallbackQueryId
Get CallbackQueryId from the type reference.
Required methods
fn to_callback_query_id(&self) -> CallbackQueryId[src]
Implementors
impl ToCallbackQueryId for CallbackQuery[src]
fn to_callback_query_id(&self) -> CallbackQueryId[src]
impl<S> ToCallbackQueryId for S where
S: Deref,
S::Target: ToCallbackQueryId, [src]
S: Deref,
S::Target: ToCallbackQueryId,