| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetChatPaidMessageStarCount
Documentation
data SetChatPaidMessageStarCount Source #
Changes the Telegram Star amount that must be paid to send a message to a supergroup chat; requires can_restrict_members administrator right and supergroupFullInfo.can_enable_paid_messages. Returns Ok
Constructors
| SetChatPaidMessageStarCount | |
Fields
| |
Instances
| ToJSON SetChatPaidMessageStarCount Source # | |
Defined in TD.Query.SetChatPaidMessageStarCount Methods toJSON :: SetChatPaidMessageStarCount -> Value # toEncoding :: SetChatPaidMessageStarCount -> Encoding # toJSONList :: [SetChatPaidMessageStarCount] -> Value # toEncodingList :: [SetChatPaidMessageStarCount] -> Encoding # | |
| Show SetChatPaidMessageStarCount Source # | |
Defined in TD.Query.SetChatPaidMessageStarCount Methods showsPrec :: Int -> SetChatPaidMessageStarCount -> ShowS # show :: SetChatPaidMessageStarCount -> String # showList :: [SetChatPaidMessageStarCount] -> ShowS # | |
| Eq SetChatPaidMessageStarCount Source # | |
Defined in TD.Query.SetChatPaidMessageStarCount Methods (==) :: SetChatPaidMessageStarCount -> SetChatPaidMessageStarCount -> Bool # (/=) :: SetChatPaidMessageStarCount -> SetChatPaidMessageStarCount -> Bool # | |
| ShortShow SetChatPaidMessageStarCount Source # | |
Defined in TD.Query.SetChatPaidMessageStarCount Methods | |