is_personal property

Bool? is_personal
getter/setter pair

Pass true if results may be cached and returned only for the user that sent the query. By default, results may be returned to any user who sends the same query

Implementation

Bool? is_personal;