afkTimeout property
AFK timeout in seconds (60-3600) before moving users to the AFK channel
Implementation
@JsonKey(includeIfNull: false, name: 'afk_timeout')
final int? afkTimeout;
AFK timeout in seconds (60-3600) before moving users to the AFK channel
@JsonKey(includeIfNull: false, name: 'afk_timeout')
final int? afkTimeout;