managedBotCreated property

  1. @JsonKey.new(name: 'managed_bot_created')
ManagedBotCreated? get managedBotCreated
inherited

Optional. Service message: user created a bot that will be managed by the current bot

Implementation

@JsonKey(name: 'managed_bot_created')
ManagedBotCreated? get managedBotCreated;