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)¶
-
template<class Agent, class F>
void export_chat_invite_link(Agent &&agent, export_chat_invite_link_args_t args, F &&callback)¶ agent
is any object satisfying agent concept.callback
is any callable object acceptingexpected<string_t>
.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.