menu
fluxer_dart package
documentation
models/guild_text_channel_create_request.dart
GuildTextChannelCreateRequest
topic property
topic property
dark_mode
light_mode
topic
property
@JsonKey.new(includeIfNull: false)
String
?
topic
final
The channel topic (1-1024 characters)
Implementation
@JsonKey(includeIfNull: false) final String? topic;
fluxer_dart package
documentation
models/guild_text_channel_create_request
GuildTextChannelCreateRequest
topic property
GuildTextChannelCreateRequest class