Skip to content

Commit

Permalink
endpoints: add sendPaidMedia
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliobo committed Aug 5, 2024
1 parent 64704ef commit abd0c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/telegram/bot/api/endpoints.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Api
'sendVoice' => Types::Message,
'sendVideoNote' => Types::Message,
'sendMediaGroup' => Types::Array.of(Types::Message),
'sendPaidMedia' => Types::Message,
'sendLocation' => Types::Message,
'editMessageLiveLocation' => Types::Message | Types::Bool,
'stopMessageLiveLocation' => Types::Message | Types::Bool,
Expand Down

0 comments on commit abd0c60

Please sign in to comment.