MessageEntityBotCommand constructor

const MessageEntityBotCommand({
  1. required int offset,
  2. required int length,
})

Message Entity Bot Command constructor.

Implementation

const MessageEntityBotCommand({
  required this.offset,
  required this.length,
}) : super._();