chatActionBarSharePhoneNumber property
The chat is a private or secret chat with a mutual contact and the user's phone number can be shared with the other user using the method sharePhoneNumber
Implementation
ChatActionBarSharePhoneNumber? get chatActionBarSharePhoneNumber {
if (this is ChatActionBarSharePhoneNumber) {
return this as ChatActionBarSharePhoneNumber;
}
return null;
}