Trait teloxide_core::payloads::UnpinAllChatMessagesSetters[][src]

pub trait UnpinAllChatMessagesSetters: HasPayload<Payload = UnpinAllChatMessages> + Sized {
    fn chat_id<T>(self, value: T) -> Self
    where
        T: Into<ChatId>
, { ... } }

Setters for fields of UnpinAllChatMessages

Provided methods

fn chat_id<T>(self, value: T) -> Self where
    T: Into<ChatId>, 
[src]

Setter for chat_id field.

Loading content...

Implementors

impl<P> UnpinAllChatMessagesSetters for P where
    P: HasPayload<Payload = UnpinAllChatMessages>, 
[src]

Loading content...