Trait teloxide_core::payloads::SetChatAdministratorCustomTitleSetters[][src]

pub trait SetChatAdministratorCustomTitleSetters: HasPayload<Payload = SetChatAdministratorCustomTitle> + Sized {
    fn chat_id<T>(self, value: T) -> Self
    where
        T: Into<ChatId>
, { ... }
fn user_id(self, value: i64) -> Self { ... }
fn custom_title<T>(self, value: T) -> Self
    where
        T: Into<String>
, { ... } }

Setters for fields of SetChatAdministratorCustomTitle

Provided methods

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

Setter for chat_id field.

fn user_id(self, value: i64) -> Self[src]

Setter for user_id field.

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

Setter for custom_title field.

Loading content...

Implementors

Loading content...