InternalLinkTypeAttachmentMenuBot constructor
InternalLinkTypeAttachmentMenuBot({
- TargetChat? targetChat,
- required String botUsername,
- required String url,
Implementation
InternalLinkTypeAttachmentMenuBot({
this.targetChat,
required this.botUsername,
required this.url,
});