menu
fluxer_dart package
documentation
models/webhook_token_response.dart
WebhookTokenResponse
channelId property
channelId property
dark_mode
light_mode
channelId
property
@JsonKey.new(name: 'channel_id')
String
channelId
final
The ID of the channel this webhook posts to
Implementation
@JsonKey(name: 'channel_id') final String channelId;
fluxer_dart package
documentation
models/webhook_token_response
WebhookTokenResponse
channelId property
WebhookTokenResponse class