isForum property

  1. @JsonKey(name: 'is_forum')
bool? get isForum
inherited

True, if the supergroup chat is a forum (has topics enabled).

Implementation

@JsonKey(name: 'is_forum')
bool? get isForum;