isAccessRestricted property

  1. @JsonKey.new(name: 'is_access_restricted')
bool get isAccessRestricted
inherited

True, if only selected users can access the bot. The bot's owner can always access it.

Implementation

@JsonKey(name: 'is_access_restricted')
bool get isAccessRestricted;