InternalLinkTypeAttachmentMenuBot constructor

InternalLinkTypeAttachmentMenuBot({
  1. TargetChat? targetChat,
  2. required String botUsername,
  3. required String url,
})

Implementation

InternalLinkTypeAttachmentMenuBot({
  this.targetChat,
  required this.botUsername,
  required this.url,
});