TDLib v0.0.2 TDLib.Method.PinSupergroupMessage View Source
Pins a message in a supergroup or channel; requires appropriate administrator rights in the supergroup or channel.
Returns object_ptr
Name | Type | Description |
---|---|---|
supergroup_id | number | Identifier of the supergroup or channel. |
message_id | string | Identifier of the new pinned message. |
disable_notification | bool | True, if there should be no notification about the pinned message. |
More details on telegram’s documentation.