Post

Send Location

Client.send_location()

فرستادن پیامی حاوی موقعیت مکانی

Parameters

  • chat_id (int | str)

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

  • latitude (float)

    عرض جغرافیایی

  • longitude (float)

    طول جغرافیایی

  • reply_to_message_id (int | str)

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

Returns

Message

Example

1
await bot.send_location(1234567890, 25.276987, 55.296249)
This post is licensed under CC BY 4.0 by the author.