hasTopicsEnabled property

  1. @JsonKey.new(name: 'has_topics_enabled')
bool? get hasTopicsEnabled
inherited

Optional. True, if forum topic mode is enabled for the bot in private chats.

Implementation

@JsonKey(name: 'has_topics_enabled')
bool? get hasTopicsEnabled;