Trait teloxide_core::payloads::GetChatSetters[][src]

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

Setters for fields of GetChat

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> GetChatSetters for P where
    P: HasPayload<Payload = GetChat>, 
[src]

Loading content...