topChatCategoryBots property

TopChatCategoryBots? topChatCategoryBots

A category containing frequently used private chats with bot users

Implementation

TopChatCategoryBots? get topChatCategoryBots {
  if (this is TopChatCategoryBots) {
    return this as TopChatCategoryBots;
  }
  return null;
}