topChatCategoryInlineBots property

TopChatCategoryInlineBots? topChatCategoryInlineBots

A category containing frequently used chats with inline bots sorted by their usage in inline mode

Implementation

TopChatCategoryInlineBots? get topChatCategoryInlineBots {
  if (this is TopChatCategoryInlineBots) {
    return this as TopChatCategoryInlineBots;
  }
  return null;
}