Trait teloxide_core::payloads::GetGameHighScoresSetters[][src]

pub trait GetGameHighScoresSetters: HasPayload<Payload = GetGameHighScores> + Sized {
    fn user_id(self, value: i64) -> Self { ... }
fn target<T>(self, value: T) -> Self
    where
        T: Into<TargetMessage>
, { ... } }

Setters for fields of GetGameHighScores

Provided methods

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

Setter for user_id field.

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

Setter for target field.

Loading content...

Implementors

impl<P> GetGameHighScoresSetters for P where
    P: HasPayload<Payload = GetGameHighScores>, 
[src]

Loading content...