mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:27:20 +01:00
786 B
786 B
title | description |
---|---|
toggleChannelSignMessages | Enables or disables sender signature on sent messages in the channel. Needs appropriate rights in the channel. Not available for supergroups |
Method: toggleChannelSignMessages
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Enables or disables sender signature on sent messages in the channel. Needs appropriate rights in the channel. Not available for supergroups
Parameters:
Name | Type | Required | Description |
---|---|---|---|
channel_id | CLICK ME int | Yes | Identifier of the channel |
sign_messages | CLICK ME Bool | Yes | New value of sign_messages |