messageChatJoinByLink property
A new member joined the chat via an invite link
Implementation
MessageChatJoinByLink? get messageChatJoinByLink {
if (this is MessageChatJoinByLink) {
return this as MessageChatJoinByLink;
}
return null;
}
A new member joined the chat via an invite link
MessageChatJoinByLink? get messageChatJoinByLink {
if (this is MessageChatJoinByLink) {
return this as MessageChatJoinByLink;
}
return null;
}