MadelineProto/docs/TD_docs/methods/toggleChannelSignMessages.md

24 lines
768 B
Markdown
Raw Normal View History

---
title: toggleChannelSignMessages
2017-08-25 15:05:53 +02:00
description: Enables or disables sender signature on sent messages in the channel. Needs appropriate rights in the channel. Not available for supergroups
---
## Method: toggleChannelSignMessages
[Back to methods index](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
2017-08-25 15:05:53 +02:00
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 |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2018-03-27 14:41:50 +02:00
|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel|
|sign\_messages|[Bool](../types/Bool.md) | Yes|New value of sign_messages|
### Return type: [Ok](../types/Ok.md)