canManageBots property

  1. @JsonKey.new(name: 'can_manage_bots')
bool? get canManageBots
inherited

Optional. True, if other bots can be created to be controlled by the bot. Returned only in getMe.

Implementation

@JsonKey(name: 'can_manage_bots')
bool? get canManageBots;