internalLinkTypeAttachmentMenuBot property

InternalLinkTypeAttachmentMenuBot? internalLinkTypeAttachmentMenuBot

The link is a link to an attachment menu bot to be opened in the specified or a chosen chat. Process given target_chat to open the chat.

Implementation

InternalLinkTypeAttachmentMenuBot? get internalLinkTypeAttachmentMenuBot {
  if (this is InternalLinkTypeAttachmentMenuBot) {
    return this as InternalLinkTypeAttachmentMenuBot;
  }
  return null;
}