Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetAttachmentMenuBot = GetAttachmentMenuBot {
- bot_user_id :: Maybe Int
Documentation
data GetAttachmentMenuBot Source #
Returns information about a bot that can be added to attachment or side menu. Returns AttachmentMenuBot
GetAttachmentMenuBot | |
|
Instances
ToJSON GetAttachmentMenuBot Source # | |
Defined in TD.Query.GetAttachmentMenuBot toJSON :: GetAttachmentMenuBot -> Value # toEncoding :: GetAttachmentMenuBot -> Encoding # toJSONList :: [GetAttachmentMenuBot] -> Value # toEncodingList :: [GetAttachmentMenuBot] -> Encoding # | |
Show GetAttachmentMenuBot Source # | |
Defined in TD.Query.GetAttachmentMenuBot showsPrec :: Int -> GetAttachmentMenuBot -> ShowS # show :: GetAttachmentMenuBot -> String # showList :: [GetAttachmentMenuBot] -> ShowS # | |
Eq GetAttachmentMenuBot Source # | |
Defined in TD.Query.GetAttachmentMenuBot (==) :: GetAttachmentMenuBot -> GetAttachmentMenuBot -> Bool # (/=) :: GetAttachmentMenuBot -> GetAttachmentMenuBot -> Bool # | |
ShortShow GetAttachmentMenuBot Source # | |
Defined in TD.Query.GetAttachmentMenuBot |