Post

Send Message

Client.send_message()

فرستادن پیام متنی

Parameters

  • chat_id (int | str)

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

  • text (str)

    متن پیام

  • reply_markup (ReplyMarkup)

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

  • reply_to_message_id (int | str)

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

Returns

Message

Example

1
await bot.send_message(1234567890, "Hello!")


پست قبلی: Client

پست بعدی: Get Chat

This post is licensed under CC BY 4.0 by the author.