Trait teloxide_core::payloads::GetMeSetters

source ·
pub trait GetMeSetters: HasPayload<Payload = GetMe> + Sized { }
Expand description

Setters for fields of GetMe

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<P> GetMeSetters for P
where P: HasPayload<Payload = GetMe>,