Post

Create Chat Invite Link

Client.create_chat_invite_link()

ساختن لینک دعوت جدید برای یک چت

Parameters

  • chat_id (int | str)

    آیدی چتی که لینک دعوت جدید برای آن ساخته میشود

Returns

InviteLink

Example

1
await bot.create_chat_invite_link(1234567890)
This post is licensed under CC BY 4.0 by the author.