haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.EditChatFolderInviteLink

Synopsis

Documentation

data EditChatFolderInviteLink Source #

Edits an invite link for a chat folder. Returns ChatFolderInviteLink

Constructors

EditChatFolderInviteLink 

Fields

  • chat_folder_id :: Maybe Int

    Chat folder identifier

  • invite_link :: Maybe Text

    Invite link to be edited

  • name :: Maybe Text

    New name of the link; 0-32 characters

  • chat_ids :: Maybe [Int]

    New identifiers of chats to be accessible by the invite link. Use getChatsForChatFolderInviteLink to get suitable chats. Basic groups will be automatically converted to supergroups before link editing