Post

Invite User

Client.invite_user()

دعوت کردن یک کاربر به یک چت

Parameters

  • chat_id (int | str)

    آیدی چتی که یک کاربر به آن دعوت میشود

  • user_id (int | str)

    آیدی کاربری که دعوت میشود

Returns

bool

Example

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