wtelegramclient

How are they different `ChatBase.IsActive` false and true?


How are they different ChatBase.IsActive false and true ?


Solution

  • As @AliSalehi said, it's false if the user is not currently in the chat/channel (has left) or if the basic chat has been deactivated (chat was migrated into a Channel supergroup).

    It's also false if that ChatBase instance is one of the Forbidden or Empty types

    For more information, see also: