Struct telegram_typings::CallbackGame [] [src]

pub struct CallbackGame {}

A placeholder, currently holds no information. Use BotFather to set up your game.

Trait Implementations

impl Debug for CallbackGame
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CallbackGame
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CallbackGame

impl Sync for CallbackGame