[][src]Struct telegram_bot::types::InputTextMessageContent

pub struct InputTextMessageContent {
    pub message_text: String,
    pub parse_mode: Option<ParseMode>,
    pub disable_web_page_preview: bool,
}

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]