Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data EditChatInviteLink Source #
Edits a non-primary invite link for a chat. Available for basic groups, supergroups, and channels. If the link creates a subscription, then expiration_date, member_limit and creates_join_request must not be used. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links. Returns ChatInviteLink
EditChatInviteLink | |
|
Instances
ToJSON EditChatInviteLink Source # | |
Defined in TD.Query.EditChatInviteLink toJSON :: EditChatInviteLink -> Value # toEncoding :: EditChatInviteLink -> Encoding # toJSONList :: [EditChatInviteLink] -> Value # toEncodingList :: [EditChatInviteLink] -> Encoding # | |
Show EditChatInviteLink Source # | |
Defined in TD.Query.EditChatInviteLink showsPrec :: Int -> EditChatInviteLink -> ShowS # show :: EditChatInviteLink -> String # showList :: [EditChatInviteLink] -> ShowS # | |
Eq EditChatInviteLink Source # | |
Defined in TD.Query.EditChatInviteLink (==) :: EditChatInviteLink -> EditChatInviteLink -> Bool # (/=) :: EditChatInviteLink -> EditChatInviteLink -> Bool # | |
ShortShow EditChatInviteLink Source # | |
Defined in TD.Query.EditChatInviteLink shortShow :: EditChatInviteLink -> String Source # |