Skip to main content

GlobalSettings

amiudmodz


amiudmodz / proto / GlobalSettings

Class: GlobalSettings

Defined in: WAProto/index.d.ts:4776

Implements

Constructors

new GlobalSettings()

new GlobalSettings(p?): GlobalSettings

Defined in: WAProto/index.d.ts:4777

Parameters

p?

IGlobalSettings

Returns

GlobalSettings

Properties

autoDownloadCellular?

optional autoDownloadCellular: null | IAutoDownloadSettings

Defined in: WAProto/index.d.ts:4782

Implementation of

IGlobalSettings.autoDownloadCellular


autoDownloadRoaming?

optional autoDownloadRoaming: null | IAutoDownloadSettings

Defined in: WAProto/index.d.ts:4783

Implementation of

IGlobalSettings.autoDownloadRoaming


autoDownloadWiFi?

optional autoDownloadWiFi: null | IAutoDownloadSettings

Defined in: WAProto/index.d.ts:4781

Implementation of

IGlobalSettings.autoDownloadWiFi


autoUnarchiveChats?

optional autoUnarchiveChats: null | boolean

Defined in: WAProto/index.d.ts:4791

Implementation of

IGlobalSettings.autoUnarchiveChats


avatarUserSettings?

optional avatarUserSettings: null | IAvatarUserSettings

Defined in: WAProto/index.d.ts:4788

Implementation of

IGlobalSettings.avatarUserSettings


chatDbLidMigrationTimestamp?

optional chatDbLidMigrationTimestamp: null | number | Long

Defined in: WAProto/index.d.ts:4797

Implementation of

IGlobalSettings.chatDbLidMigrationTimestamp


chatLockSettings?

optional chatLockSettings: null | IChatLockSettings

Defined in: WAProto/index.d.ts:4796

Implementation of

IGlobalSettings.chatLockSettings


darkThemeWallpaper?

optional darkThemeWallpaper: null | IWallpaperSettings

Defined in: WAProto/index.d.ts:4780

Implementation of

IGlobalSettings.darkThemeWallpaper


disappearingModeDuration?

optional disappearingModeDuration: null | number

Defined in: WAProto/index.d.ts:4786

Implementation of

IGlobalSettings.disappearingModeDuration


disappearingModeTimestamp?

optional disappearingModeTimestamp: null | number | Long

Defined in: WAProto/index.d.ts:4787

Implementation of

IGlobalSettings.disappearingModeTimestamp


fontSize?

optional fontSize: null | number

Defined in: WAProto/index.d.ts:4789

Implementation of

IGlobalSettings.fontSize


groupNotificationSettings?

optional groupNotificationSettings: null | INotificationSettings

Defined in: WAProto/index.d.ts:4795

Implementation of

IGlobalSettings.groupNotificationSettings


individualNotificationSettings?

optional individualNotificationSettings: null | INotificationSettings

Defined in: WAProto/index.d.ts:4794

Implementation of

IGlobalSettings.individualNotificationSettings


lightThemeWallpaper?

optional lightThemeWallpaper: null | IWallpaperSettings

Defined in: WAProto/index.d.ts:4778

Implementation of

IGlobalSettings.lightThemeWallpaper


mediaVisibility?

optional mediaVisibility: null | MediaVisibility

Defined in: WAProto/index.d.ts:4779

Implementation of

IGlobalSettings.mediaVisibility


photoQualityMode?

optional photoQualityMode: null | number

Defined in: WAProto/index.d.ts:4793

Implementation of

IGlobalSettings.photoQualityMode


securityNotifications?

optional securityNotifications: null | boolean

Defined in: WAProto/index.d.ts:4790

Implementation of

IGlobalSettings.securityNotifications


showGroupNotificationsPreview?

optional showGroupNotificationsPreview: null | boolean

Defined in: WAProto/index.d.ts:4785

Implementation of

IGlobalSettings.showGroupNotificationsPreview


showIndividualNotificationsPreview?

optional showIndividualNotificationsPreview: null | boolean

Defined in: WAProto/index.d.ts:4784

Implementation of

IGlobalSettings.showIndividualNotificationsPreview


videoQualityMode?

optional videoQualityMode: null | number

Defined in: WAProto/index.d.ts:4792

Implementation of

IGlobalSettings.videoQualityMode

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:4803

Returns

object


create()

static create(properties?): GlobalSettings

Defined in: WAProto/index.d.ts:4798

Parameters

properties?

IGlobalSettings

Returns

GlobalSettings


decode()

static decode(r, l?): GlobalSettings

Defined in: WAProto/index.d.ts:4800

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

GlobalSettings


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:4799

Parameters

m

IGlobalSettings

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): GlobalSettings

Defined in: WAProto/index.d.ts:4801

Parameters

d

Returns

GlobalSettings


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:4804

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:4802

Parameters

m

GlobalSettings

o?

IConversionOptions

Returns

object