channelAdminLogEventActionToggleSlowMode
Slow mode setting for supergroups was changed
type tg.ChannelAdminLogEventActionToggleSlowMode struct { /* ... */ }
Implements ChannelAdminLogEventAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
PrevValue | int | yes | Previous slow mode value |
NewValue | int | yes | New slow mode value |
References
- Official documentation
- Generated Go reference
- TL definition:
channelAdminLogEventActionToggleSlowMode#53909779