[−][src]Struct telegram_bot::types::inline_query_result::InputTextMessageContent
Fields
message_text: String
Text of the message to be sent, 1-4096 characters
parse_mode: Option<ParseMode>
Send Markdown or HTML, if you want Telegram apps to show bold, italic, fixed-width text or inline URLs in the media caption.
disable_web_page_preview: bool
Disables link previews for links in the sent message
Trait Implementations
impl Debug for InputTextMessageContent
[src][+]
impl From<InputTextMessageContent> for InputMessageContent
[src][+]
impl Serialize for InputTextMessageContent
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for InputTextMessageContent
[src]
impl Send for InputTextMessageContent
[src]
impl Sync for InputTextMessageContent
[src]
impl Unpin for InputTextMessageContent
[src]
impl UnwindSafe for InputTextMessageContent
[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,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,