Interface ChatActionStartPlayingGame

The user has started to play a game. Subtype of ChatAction.

interface ChatActionStartPlayingGame {
    @type: "chatActionStartPlayingGame";
}

Properties

Properties

@type: "chatActionStartPlayingGame"