MessageActionManagedBotCreated constructor

const MessageActionManagedBotCreated({
  1. required int botId,
})

Message Action Managed Bot Created constructor.

Implementation

const MessageActionManagedBotCreated({required this.botId}) : super._();