pub trait ToCallbackQueryId {
// Required method
fn to_callback_query_id(&self) -> CallbackQueryId;
}Expand description
Get CallbackQueryId from the type reference.
pub trait ToCallbackQueryId {
// Required method
fn to_callback_query_id(&self) -> CallbackQueryId;
}Get CallbackQueryId from the type reference.