Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetChatLocation
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
Constructors
SetChatLocation | |
Instances
ToJSON SetChatLocation Source # | |
Defined in TD.Query.SetChatLocation Methods toJSON :: SetChatLocation -> Value # toEncoding :: SetChatLocation -> Encoding # toJSONList :: [SetChatLocation] -> Value # toEncodingList :: [SetChatLocation] -> Encoding # | |
Show SetChatLocation Source # | |
Defined in TD.Query.SetChatLocation Methods showsPrec :: Int -> SetChatLocation -> ShowS # show :: SetChatLocation -> String # showList :: [SetChatLocation] -> ShowS # | |
Eq SetChatLocation Source # | |
Defined in TD.Query.SetChatLocation Methods (==) :: SetChatLocation -> SetChatLocation -> Bool # (/=) :: SetChatLocation -> SetChatLocation -> Bool # | |
ShortShow SetChatLocation Source # | |
Defined in TD.Query.SetChatLocation Methods shortShow :: SetChatLocation -> String Source # |