connectionId property

  1. @JsonKey.new(includeIfNull: false, name: 'connection_id')
String? connectionId
final

The voice connection ID for the member

Implementation

@JsonKey(includeIfNull: false, name: 'connection_id')
final String? connectionId;