topChatCategoryBots property
A category containing frequently used private chats with bot users
Implementation
TopChatCategoryBots? get topChatCategoryBots {
if (this is TopChatCategoryBots) {
return this as TopChatCategoryBots;
}
return null;
}