pub enum InputInlineQueryResult {
Show 13 variants
InputInlineQueryResultAnimatedGif(InputInlineQueryResultAnimatedGif),
InputInlineQueryResultAnimatedMpeg4(InputInlineQueryResultAnimatedMpeg4),
InputInlineQueryResultArticle(InputInlineQueryResultArticle),
InputInlineQueryResultAudio(InputInlineQueryResultAudio),
InputInlineQueryResultContact(InputInlineQueryResultContact),
InputInlineQueryResultDocument(InputInlineQueryResultDocument),
InputInlineQueryResultGame(InputInlineQueryResultGame),
InputInlineQueryResultLocation(InputInlineQueryResultLocation),
InputInlineQueryResultPhoto(InputInlineQueryResultPhoto),
InputInlineQueryResultSticker(InputInlineQueryResultSticker),
InputInlineQueryResultVenue(InputInlineQueryResultVenue),
InputInlineQueryResultVideo(InputInlineQueryResultVideo),
InputInlineQueryResultVoiceNote(InputInlineQueryResultVoiceNote),
}
Expand description
Variants§
InputInlineQueryResultAnimatedGif(InputInlineQueryResultAnimatedGif)
InputInlineQueryResultAnimatedMpeg4(InputInlineQueryResultAnimatedMpeg4)
InputInlineQueryResultArticle(InputInlineQueryResultArticle)
InputInlineQueryResultAudio(InputInlineQueryResultAudio)
InputInlineQueryResultContact(InputInlineQueryResultContact)
InputInlineQueryResultDocument(InputInlineQueryResultDocument)
InputInlineQueryResultGame(InputInlineQueryResultGame)
InputInlineQueryResultLocation(InputInlineQueryResultLocation)
InputInlineQueryResultPhoto(InputInlineQueryResultPhoto)
InputInlineQueryResultSticker(InputInlineQueryResultSticker)
InputInlineQueryResultVenue(InputInlineQueryResultVenue)
InputInlineQueryResultVideo(InputInlineQueryResultVideo)
InputInlineQueryResultVoiceNote(InputInlineQueryResultVoiceNote)
Trait Implementations§
Source§impl Clone for InputInlineQueryResult
impl Clone for InputInlineQueryResult
Source§fn clone(&self) -> InputInlineQueryResult
fn clone(&self) -> InputInlineQueryResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InputInlineQueryResult
impl Debug for InputInlineQueryResult
Source§impl<'de> Deserialize<'de> for InputInlineQueryResult
impl<'de> Deserialize<'de> for InputInlineQueryResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InputInlineQueryResult
impl RefUnwindSafe for InputInlineQueryResult
impl Send for InputInlineQueryResult
impl Sync for InputInlineQueryResult
impl Unpin for InputInlineQueryResult
impl UnwindSafe for InputInlineQueryResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more