Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetChatStoryInteractions
Documentation
data GetChatStoryInteractions Source #
Returns interactions with a story posted in a chat. Can be used only if story is posted on behalf of a chat and the user is an administrator in the chat. Returns StoryInteractions
Constructors
GetChatStoryInteractions | |
Fields
|
Instances
ToJSON GetChatStoryInteractions Source # | |
Defined in TD.Query.GetChatStoryInteractions Methods toJSON :: GetChatStoryInteractions -> Value # toEncoding :: GetChatStoryInteractions -> Encoding # toJSONList :: [GetChatStoryInteractions] -> Value # | |
Show GetChatStoryInteractions Source # | |
Defined in TD.Query.GetChatStoryInteractions Methods showsPrec :: Int -> GetChatStoryInteractions -> ShowS # show :: GetChatStoryInteractions -> String # showList :: [GetChatStoryInteractions] -> ShowS # | |
Eq GetChatStoryInteractions Source # | |
Defined in TD.Query.GetChatStoryInteractions Methods (==) :: GetChatStoryInteractions -> GetChatStoryInteractions -> Bool # (/=) :: GetChatStoryInteractions -> GetChatStoryInteractions -> Bool # | |
ShortShow GetChatStoryInteractions Source # | |
Defined in TD.Query.GetChatStoryInteractions Methods |