chatIsForum property

  1. @JsonKey(name: 'chat_is_forum')
bool? get chatIsForum
inherited

Optional. Pass True to request a forum supergroup, pass False to request a non-forum chat. If not specified, no additional restrictions are applied.

Implementation

@JsonKey(name: 'chat_is_forum')
bool? get chatIsForum;