Struct tg_botapi::types::ResponseParameters [] [src]

pub struct ResponseParameters {
    pub migrate_to_chat_id: Option<i64>,
    pub retry_after: Option<i64>,
}

Fields

Trait Implementations

impl Debug for ResponseParameters
[src]

[src]

Formats the value using the given formatter.

impl Clone for ResponseParameters
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more