tMeUrlTypeChatInvite property
A chat invite link
Implementation
TMeUrlTypeChatInvite? get tMeUrlTypeChatInvite {
if (this is TMeUrlTypeChatInvite) {
return this as TMeUrlTypeChatInvite;
}
return null;
}
A chat invite link
TMeUrlTypeChatInvite? get tMeUrlTypeChatInvite {
if (this is TMeUrlTypeChatInvite) {
return this as TMeUrlTypeChatInvite;
}
return null;
}