afkChannelId property

  1. @JsonKey.new(includeIfNull: false, name: 'afk_channel_id')
SnowflakeType? afkChannelId
final

The ID of the AFK voice channel

Implementation

@JsonKey(includeIfNull: false, name: 'afk_channel_id')
final SnowflakeType? afkChannelId;