Skip to content

Commit

Permalink
Support Sender chat type for InlineQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
fetsh-edu committed Jun 5, 2023
1 parent cd9e62e commit 69bda1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telegram-bot-api/src/Telegram/Bot/API/Types/Chat.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ data ChatType
| ChatTypeGroup
| ChatTypeSupergroup
| ChatTypeChannel
| ChatTypeSender
deriving (Generic, Show)

instance ToJSON ChatType where
Expand Down

0 comments on commit 69bda1c

Please sign in to comment.