InputRichMessage constructor
const
InputRichMessage({
- required bool rtl,
- required bool noautolink,
- required List<
PageBlockBase> blocks, - List<
InputPhotoBase> ? photos, - List<
InputDocumentBase> ? documents, - List<
InputUserBase> ? users,
Input Rich Message constructor.
Implementation
const InputRichMessage({
required this.rtl,
required this.noautolink,
required this.blocks,
this.photos,
this.documents,
this.users,
}) : super._();