chatIsCreated property

  1. @JsonKey(name: 'chat_is_created')
bool? get chatIsCreated
inherited

Optional. Pass True to request a chat owned by the user. Otherwise, no additional restrictions are applied.

Implementation

@JsonKey(name: 'chat_is_created')
bool? get chatIsCreated;