pub trait AsResponseParameters {
    fn response_parameters(&self) -> Option<ResponseParameters>;

    fn retry_after(&self) -> Option<Duration> { ... }
    fn migrate_to_chat_id(&self) -> Option<i64> { ... }
}

Required Methods§

Provided Methods§

Implementors§