Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetChatSlowModeDelay
Synopsis
Documentation
data SetChatSlowModeDelay Source #
Changes the slow mode delay of a chat. Available only for supergroups; requires can_restrict_members right. Returns Ok
Constructors
SetChatSlowModeDelay | |
Instances
ToJSON SetChatSlowModeDelay Source # | |
Defined in TD.Query.SetChatSlowModeDelay Methods toJSON :: SetChatSlowModeDelay -> Value # toEncoding :: SetChatSlowModeDelay -> Encoding # toJSONList :: [SetChatSlowModeDelay] -> Value # toEncodingList :: [SetChatSlowModeDelay] -> Encoding # | |
Show SetChatSlowModeDelay Source # | |
Defined in TD.Query.SetChatSlowModeDelay Methods showsPrec :: Int -> SetChatSlowModeDelay -> ShowS # show :: SetChatSlowModeDelay -> String # showList :: [SetChatSlowModeDelay] -> ShowS # | |
Eq SetChatSlowModeDelay Source # | |
Defined in TD.Query.SetChatSlowModeDelay Methods (==) :: SetChatSlowModeDelay -> SetChatSlowModeDelay -> Bool # (/=) :: SetChatSlowModeDelay -> SetChatSlowModeDelay -> Bool # | |
ShortShow SetChatSlowModeDelay Source # | |
Defined in TD.Query.SetChatSlowModeDelay Methods |