| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.CreateChatInviteLink
Synopsis
Documentation
data CreateChatInviteLink Source #
Creates a new invite link for a chat. Available for basic groups, supergroups, and channels. Requires administrator privileges and can_invite_users right in the chat. Returns ChatInviteLink
Constructors
| CreateChatInviteLink | |
Fields
| |
Instances
| ToJSON CreateChatInviteLink Source # | |
Defined in TD.Query.CreateChatInviteLink Methods toJSON :: CreateChatInviteLink -> Value # toEncoding :: CreateChatInviteLink -> Encoding # toJSONList :: [CreateChatInviteLink] -> Value # toEncodingList :: [CreateChatInviteLink] -> Encoding # | |
| Show CreateChatInviteLink Source # | |
Defined in TD.Query.CreateChatInviteLink Methods showsPrec :: Int -> CreateChatInviteLink -> ShowS # show :: CreateChatInviteLink -> String # showList :: [CreateChatInviteLink] -> ShowS # | |
| Eq CreateChatInviteLink Source # | |
Defined in TD.Query.CreateChatInviteLink Methods (==) :: CreateChatInviteLink -> CreateChatInviteLink -> Bool # (/=) :: CreateChatInviteLink -> CreateChatInviteLink -> Bool # | |
| ShortShow CreateChatInviteLink Source # | |
Defined in TD.Query.CreateChatInviteLink Methods | |