channelId property

  1. @JsonKey.new(includeIfNull: false, name: 'channel_id')
Base64ImageType? channelId
final

The voice channel ID to move the member to

Implementation

@JsonKey(includeIfNull: false, name: 'channel_id')
final SnowflakeType? channelId;