botGlobalName property

  1. @JsonKey.new(includeIfNull: true, name: 'bot_global_name')
String? botGlobalName
final

The display name of the bot user, if set

Implementation

@JsonKey(includeIfNull: true, name: 'bot_global_name')
final String? botGlobalName;