[][src]Trait rtdlib::types::InputInlineQueryResult

pub trait InputInlineQueryResult: Object + RObject + Debug + Serialize + Deserialize { }

This class is an abstract base class. Represents a single result of an inline query; for bots only.

Methods

impl dyn InputInlineQueryResult[src]

pub fn from_json<S: AsRef<str>>(json: S) -> Option<Box<Self>>[src]

Trait Implementations

impl<'typetag> Serialize for dyn InputInlineQueryResult + 'typetag[src]

impl<'typetag> Serialize for dyn InputInlineQueryResult + Send + 'typetag[src]

impl<'typetag> Serialize for dyn InputInlineQueryResult + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn InputInlineQueryResult + Send + Sync + 'typetag[src]

impl Strictest for dyn InputInlineQueryResult[src]

Implementors

impl InputInlineQueryResult for InputInlineQueryResultAnimatedGif[src]

impl InputInlineQueryResult for InputInlineQueryResultAnimatedMpeg4[src]

impl InputInlineQueryResult for InputInlineQueryResultArticle[src]

impl InputInlineQueryResult for InputInlineQueryResultAudio[src]

impl InputInlineQueryResult for InputInlineQueryResultContact[src]

impl InputInlineQueryResult for InputInlineQueryResultDocument[src]

impl InputInlineQueryResult for InputInlineQueryResultGame[src]

impl InputInlineQueryResult for InputInlineQueryResultLocation[src]

impl InputInlineQueryResult for InputInlineQueryResultPhoto[src]

impl InputInlineQueryResult for InputInlineQueryResultSticker[src]

impl InputInlineQueryResult for InputInlineQueryResultVenue[src]

impl InputInlineQueryResult for InputInlineQueryResultVideo[src]

impl InputInlineQueryResult for InputInlineQueryResultVoiceNote[src]

Loading content...