Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SetChatLocation Source #
Changes the location of a chat. Available only for some location-based supergroups, use supergroupFullInfo.can_set_location to check whether the method is allowed to use. Returns Ok
Instances
ToJSON SetChatLocation Source # | |
Defined in TD.Query.SetChatLocation toJSON :: SetChatLocation -> Value # toEncoding :: SetChatLocation -> Encoding # toJSONList :: [SetChatLocation] -> Value # toEncodingList :: [SetChatLocation] -> Encoding # | |
Show SetChatLocation Source # | |
Defined in TD.Query.SetChatLocation showsPrec :: Int -> SetChatLocation -> ShowS # show :: SetChatLocation -> String # showList :: [SetChatLocation] -> ShowS # | |
Eq SetChatLocation Source # | |
Defined in TD.Query.SetChatLocation (==) :: SetChatLocation -> SetChatLocation -> Bool # (/=) :: SetChatLocation -> SetChatLocation -> Bool # | |
ShortShow SetChatLocation Source # | |
Defined in TD.Query.SetChatLocation shortShow :: SetChatLocation -> String Source # |