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