isForum property

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

Optional. True if the chat is a forum.

Implementation

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