messageActionNoForwardsToggle
Emitted only in private chats when enabling or disabling content protection ».
type tg.MessageActionNoForwardsToggle struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
PrevValue | bool | yes | Previous protection status (if true, the chat was protected). May be equal to new_value when replying to requests, see here » for more info on the full flow. |
NewValue | bool | yes | New protection status. |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionNoForwardsToggle#bf7d6572