Post

Send Contact

Client.send_contact()

فرستادن پیامی حاوی اطلاعات مخاطب

Parameters

  • chat_id (int | str)

    آیدی چتی که پیام به آن فرستاده میشود

  • phone_number (str)

    شماره تلفن کاربر

  • first_name (str)

    نام کوچک کاربر

  • last_name (str)

    نام خانوادگی کاربر

  • reply_to_message_id (int | str)

    آیدی یک پیام که این پیام به آن ریپلای شود

Returns

Message

Example

1
await bot.send_contact(1234567890, "989*********", "Ali", "Naseri")
This post is licensed under CC BY 4.0 by the author.