requestWriteAccess property
Optional. Pass True to request the permission for your bot to send messages to the user.
Implementation
@JsonKey(name: 'request_write_access')
bool? get requestWriteAccess;
Optional. Pass True to request the permission for your bot to send messages to the user.
@JsonKey(name: 'request_write_access')
bool? get requestWriteAccess;