tMeUrlTypeChatInvite property

TMeUrlTypeChatInvite? tMeUrlTypeChatInvite

A chat invite link

Implementation

TMeUrlTypeChatInvite? get tMeUrlTypeChatInvite {
  if (this is TMeUrlTypeChatInvite) {
    return this as TMeUrlTypeChatInvite;
  }
  return null;
}