export_chat_invite_link#
-
template<class Agent>
api_result<string_t, Agent&&> export_chat_invite_link(Agent &&agent, export_chat_invite_link_args_t args)# agent
is any object satisfying agent concept.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 admin rights. Returns the new invite link as String on success.