Sha256: e7f925eb5432d2f11b1ef1654ef36600405bc5730abba4e33cd93de3342c6e7f

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 Bytes

Contents

module TD::Types
  # A privacy setting for managing whether the user can be found by their phone number.
  # Checked only if the phone number is not known to the other user.
  # Can be set only to "Allow contacts" or "Allow all".
  class UserPrivacySetting::AllowFindingByPhoneNumber < UserPrivacySetting
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/user_privacy_setting/allow_finding_by_phone_number.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/user_privacy_setting/allow_finding_by_phone_number.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/user_privacy_setting/allow_finding_by_phone_number.rb
tdlib-ruby-2.2.0 lib/tdlib/types/user_privacy_setting/allow_finding_by_phone_number.rb