Skip to content

Commit

Permalink
chore(telegram): update telegram types to November 5, 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Anillc committed Jan 11, 2023
1 parent b918172 commit f8f67d7
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adapters/telegram/src/types/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { InlineKeyboardMarkup, Integer, Internal, Message, MessageEntity, PhotoS
export interface SendGamePayload {
/** Unique identifier for the target chat */
chat_id?: Integer
/** Unique identifier for the target message thread (topic) of the forum; for forum supergroups only */
message_thread_id?: number
/** Short name of the game, serves as the unique identifier for the game. Set up your games via Botfather. */
game_short_name?: string
/** Sends the message silently. Users will receive a notification with no sound. */
Expand Down
Loading

0 comments on commit f8f67d7

Please sign in to comment.