Skip to content

Commit

Permalink
updated to API v7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
honey0130 committed Sep 6, 2024
1 parent 6d1293e commit fd8dc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ export class TelegramBot extends EventEmitter {
chat_id: number | string;
star_count: number;
media: InputPaidMedia[];
payload: string;
payload?: string;
caption?: string;
parse_mode?: ParseMode;
caption_entities?: MessageEntity[];
Expand Down

0 comments on commit fd8dc6a

Please sign in to comment.