topChatCategoryForwardChats property
A category containing frequently used chats used to forward messages
Implementation
TopChatCategoryForwardChats? get topChatCategoryForwardChats {
if (this is TopChatCategoryForwardChats) {
return this as TopChatCategoryForwardChats;
}
return null;
}