[−][src]Struct telegram_bot_raw::types::callback_query::CallbackQuery
This object represents an incoming callback query from a callback button in an inline keyboard.
Fields
id: CallbackQueryId
Unique identifier for this query
from: User
Sender
message: Option<MessageOrChannelPost>
Message with the callback button that originated the query. Note that message content and message date will not be available if the message is too old
inline_message_id: Option<String>
Identifier of the message sent via the bot in inline mode, that originated the query.
chat_instance: String
Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games.
data: Option<String>
Data associated with the callback button. Be aware that a bad client can send arbitrary data in this field.
Trait Implementations
impl Clone for CallbackQuery
[src]
fn clone(&self) -> CallbackQuery
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for CallbackQuery
[src]
impl<'de> Deserialize<'de> for CallbackQuery
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<CallbackQuery> for CallbackQuery
[src]
fn eq(&self, other: &CallbackQuery) -> bool
[src]
fn ne(&self, other: &CallbackQuery) -> bool
[src]
impl PartialOrd<CallbackQuery> for CallbackQuery
[src]
fn partial_cmp(&self, other: &CallbackQuery) -> Option<Ordering>
[src]
fn lt(&self, other: &CallbackQuery) -> bool
[src]
fn le(&self, other: &CallbackQuery) -> bool
[src]
fn gt(&self, other: &CallbackQuery) -> bool
[src]
fn ge(&self, other: &CallbackQuery) -> bool
[src]
impl StructuralPartialEq for CallbackQuery
[src]
impl ToCallbackQueryId for CallbackQuery
[src]
fn to_callback_query_id(&self) -> CallbackQueryId
[src]
Auto Trait Implementations
impl RefUnwindSafe for CallbackQuery
[src]
impl Send for CallbackQuery
[src]
impl Sync for CallbackQuery
[src]
impl Unpin for CallbackQuery
[src]
impl UnwindSafe for CallbackQuery
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q> CanAnswerCallbackQuery for Q where
Q: ToCallbackQueryId,
[src]
Q: ToCallbackQueryId,
pub fn answer<'t, T>(&Self, T) -> AnswerCallbackQuery<'t> where
T: Into<Cow<'t, str>>,
[src]
T: Into<Cow<'t, str>>,
pub fn acknowledge<'t>(&Self) -> AnswerCallbackQuery<'t>
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,