botUserId property

  1. @JsonKey.new(includeIfNull: true, name: 'bot_user_id')
SnowflakeType? botUserId
final

The user ID of the associated bot user, if any

Implementation

@JsonKey(includeIfNull: true, name: 'bot_user_id')
final SnowflakeType? botUserId;