MessageEntityBotCommand045 constructor

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

Message Entity Bot Command constructor.

Implementation

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