View Source ExTDLib.Method.ToggleSupergroupJoinToSendMessages (ExTDLib v0.0.4)
Toggles whether joining is mandatory to send messages to a discussion supergroup; requires can_restrict_members administrator right. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| supergroup_id | string | Identifier of the supergroup. |
| join_to_send_messages | bool | New value of join_to_send_messages. |
More details on telegram's documentation.