inviteLinkChatTypeBasicGroup property

InviteLinkChatTypeBasicGroup? inviteLinkChatTypeBasicGroup

The link is an invite link for a basic group

Implementation

InviteLinkChatTypeBasicGroup? get inviteLinkChatTypeBasicGroup {
  if (this is InviteLinkChatTypeBasicGroup) {
    return this as InviteLinkChatTypeBasicGroup;
  }
  return null;
}