[][src]Trait telebot::functions::FunctionSendGame

pub trait FunctionSendGame {
    fn send_game(
        &self,
        _chat_id: Integer,
        _game_short_name: String
    ) -> WrapperSendGame; }

Required methods

fn send_game(
    &self,
    _chat_id: Integer,
    _game_short_name: String
) -> WrapperSendGame

Loading content...

Implementors

impl FunctionSendGame for RequestHandle[src]

Loading content...