Trait teloxide_core::payloads::CloseSetters

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

Setters for fields of Close

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<P> CloseSetters for P
where P: HasPayload<Payload = Close>,