Post

Pin Chat Message

Client.pin_chat_message()

سنجاق یک پیام در یک چت

Parameters

  • chat_id (int | str)

    آیدی چتی که پیام در آن سنجاق میشود

  • message_id (int)

    آیدی پیامی که سنجاق میشود

Returns

bool

Example

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