afkTimeout property

  1. @JsonKey.new(includeIfNull: false, name: 'afk_timeout')
int? afkTimeout
final

AFK timeout in seconds (60-3600) before moving users to the AFK channel

Implementation

@JsonKey(includeIfNull: false, name: 'afk_timeout')
final int? afkTimeout;