afkTimeout property

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

AFK timeout in seconds

Implementation

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