Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data AllowBotToSendMessages = AllowBotToSendMessages {
- bot_user_id :: Maybe Int
Documentation
data AllowBotToSendMessages Source #
Allows the specified bot to send messages to the user. Returns Ok
AllowBotToSendMessages | |
|
Instances
ToJSON AllowBotToSendMessages Source # | |
Defined in TD.Query.AllowBotToSendMessages toJSON :: AllowBotToSendMessages -> Value # toEncoding :: AllowBotToSendMessages -> Encoding # toJSONList :: [AllowBotToSendMessages] -> Value # | |
Show AllowBotToSendMessages Source # | |
Defined in TD.Query.AllowBotToSendMessages showsPrec :: Int -> AllowBotToSendMessages -> ShowS # show :: AllowBotToSendMessages -> String # showList :: [AllowBotToSendMessages] -> ShowS # | |
Eq AllowBotToSendMessages Source # | |
Defined in TD.Query.AllowBotToSendMessages | |
ShortShow AllowBotToSendMessages Source # | |
Defined in TD.Query.AllowBotToSendMessages |