Struct rust_tdlib::types::DeleteChatReplyMarkup  [−][src]
pub struct DeleteChatReplyMarkup { /* fields omitted */ }Expand description
Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a ForceReply reply markup has been used. UpdateChatReplyMarkup will be sent if the reply markup will be changed
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for DeleteChatReplyMarkupimpl Send for DeleteChatReplyMarkupimpl Sync for DeleteChatReplyMarkupimpl Unpin for DeleteChatReplyMarkupimpl UnwindSafe for DeleteChatReplyMarkupBlanket Implementations
Mutably borrows from an owned value. Read more