telegram-bot-api-6.7: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Telegram.Bot.API.Methods.ExportChatInviteLink

Synopsis

exportChatInviteLink

type ExportChatInviteLink = "exportChatInviteLink" :> (RequiredQueryParam "chat_id" SomeChatId :> Post '[JSON] (Response Text)) Source #

exportChatInviteLink Source #

Arguments

:: SomeChatId

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

-> ClientM (Response Text) 

Use this method to generate a new primary invite link for a chat; any previously generated primary link is revoked. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the new invite link as String on success.