Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a WebFeatures.

Hierarchy

  • WebFeatures

Implements

Index

Constructors

constructor

Properties

archiveV2

archiveV2: WebFeaturesFlag

WebFeatures archiveV2.

catalog

WebFeatures catalog.

changeNumberV2

changeNumberV2: WebFeaturesFlag

WebFeatures changeNumberV2.

disappearingMode

disappearingMode: WebFeaturesFlag

WebFeatures disappearingMode.

e2ENotificationSync

e2ENotificationSync: WebFeaturesFlag

WebFeatures e2ENotificationSync.

ephemeral24HDuration

ephemeral24HDuration: WebFeaturesFlag

WebFeatures ephemeral24HDuration.

ephemeralAllowGroupMembers

ephemeralAllowGroupMembers: WebFeaturesFlag

WebFeatures ephemeralAllowGroupMembers.

ephemeralMessages

ephemeralMessages: WebFeaturesFlag

WebFeatures ephemeralMessages.

externalMdOptInAvailable

externalMdOptInAvailable: WebFeaturesFlag

WebFeatures externalMdOptInAvailable.

frequentlyForwardedSetting

frequentlyForwardedSetting: WebFeaturesFlag

WebFeatures frequentlyForwardedSetting.

groupDogfoodingInternalOnly

groupDogfoodingInternalOnly: WebFeaturesFlag

WebFeatures groupDogfoodingInternalOnly.

groupUiiCleanup

groupUiiCleanup: WebFeaturesFlag

WebFeatures groupUiiCleanup.

groupsV3

groupsV3: WebFeaturesFlag

WebFeatures groupsV3.

groupsV3Create

groupsV3Create: WebFeaturesFlag

WebFeatures groupsV3Create.

groupsV4JoinPermission

groupsV4JoinPermission: WebFeaturesFlag

WebFeatures groupsV4JoinPermission.

labelsDisplay

labelsDisplay: WebFeaturesFlag

WebFeatures labelsDisplay.

labelsEdit

labelsEdit: WebFeaturesFlag

WebFeatures labelsEdit.

liveLocations

liveLocations: WebFeaturesFlag

WebFeatures liveLocations.

liveLocationsFinal

liveLocationsFinal: WebFeaturesFlag

WebFeatures liveLocationsFinal.

mdForceUpgrade

mdForceUpgrade: WebFeaturesFlag

WebFeatures mdForceUpgrade.

mediaUpload

mediaUpload: WebFeaturesFlag

WebFeatures mediaUpload.

mediaUploadRichQuickReplies

mediaUploadRichQuickReplies: WebFeaturesFlag

WebFeatures mediaUploadRichQuickReplies.

noDeleteMessageTimeLimit

noDeleteMessageTimeLimit: WebFeaturesFlag

WebFeatures noDeleteMessageTimeLimit.

payments

payments: WebFeaturesFlag

WebFeatures payments.

queryStatusV3Thumbnail

queryStatusV3Thumbnail: WebFeaturesFlag

WebFeatures queryStatusV3Thumbnail.

queryVname

queryVname: WebFeaturesFlag

WebFeatures queryVname.

quickRepliesQuery

quickRepliesQuery: WebFeaturesFlag

WebFeatures quickRepliesQuery.

recentStickers

recentStickers: WebFeaturesFlag

WebFeatures recentStickers.

recentStickersV2

recentStickersV2: WebFeaturesFlag

WebFeatures recentStickersV2.

recentStickersV3

recentStickersV3: WebFeaturesFlag

WebFeatures recentStickersV3.

settingsSync

settingsSync: WebFeaturesFlag

WebFeatures settingsSync.

starredStickers

starredStickers: WebFeaturesFlag

WebFeatures starredStickers.

statusRanking

statusRanking: WebFeaturesFlag

WebFeatures statusRanking.

stickerPackQuery

stickerPackQuery: WebFeaturesFlag

WebFeatures stickerPackQuery.

support

WebFeatures support.

templateMessage

templateMessage: WebFeaturesFlag

WebFeatures templateMessage.

templateMessageInteractivity

templateMessageInteractivity: WebFeaturesFlag

WebFeatures templateMessageInteractivity.

thirdPartyStickers

thirdPartyStickers: WebFeaturesFlag

WebFeatures thirdPartyStickers.

userNotice

userNotice: WebFeaturesFlag

WebFeatures userNotice.

videoPlaybackUrl

videoPlaybackUrl: WebFeaturesFlag

WebFeatures videoPlaybackUrl.

vnameV2

WebFeatures vnameV2.

voipGroupCall

voipGroupCall: WebFeaturesFlag

WebFeatures voipGroupCall.

voipIndividualIncoming

voipIndividualIncoming: WebFeaturesFlag

WebFeatures voipIndividualIncoming.

voipIndividualOutgoing

voipIndividualOutgoing: WebFeaturesFlag

WebFeatures voipIndividualOutgoing.

voipIndividualVideo

voipIndividualVideo: WebFeaturesFlag

WebFeatures voipIndividualVideo.

Methods

toJSON

  • toJSON(): {}

Static create

Static decode

  • decode(reader: Uint8Array | Reader, length?: number): WebFeatures
  • Decodes a WebFeatures message from the specified reader or buffer.

    throws

    {Error} If the payload is not a reader or valid buffer

    throws

    {$protobuf.util.ProtocolError} If required fields are missing

    Parameters

    • reader: Uint8Array | Reader

      Reader or buffer to decode from

    • Optional length: number

    Returns WebFeatures

    WebFeatures

Static decodeDelimited

  • decodeDelimited(reader: Uint8Array | Reader): WebFeatures
  • Decodes a WebFeatures message from the specified reader or buffer, length delimited.

    throws

    {Error} If the payload is not a reader or valid buffer

    throws

    {$protobuf.util.ProtocolError} If required fields are missing

    Parameters

    • reader: Uint8Array | Reader

      Reader or buffer to decode from

    Returns WebFeatures

    WebFeatures

Static encode

  • Encodes the specified WebFeatures message. Does not implicitly verify messages.

    Parameters

    • message: IWebFeatures

      WebFeatures message or plain object to encode

    • Optional writer: Writer

    Returns Writer

    Writer

Static encodeDelimited

  • encodeDelimited(message: IWebFeatures, writer?: Writer): Writer
  • Encodes the specified WebFeatures message, length delimited. Does not implicitly verify messages.

    Parameters

    • message: IWebFeatures

      WebFeatures message or plain object to encode

    • Optional writer: Writer

    Returns Writer

    Writer

Static fromObject

  • Creates a WebFeatures message from a plain object. Also converts values to their respective internal types.

    Parameters

    • object: {}

      Plain object

      • [k: string]: any

    Returns WebFeatures

    WebFeatures

Static toObject

  • toObject(message: WebFeatures, options?: IConversionOptions): {}
  • Creates a plain object from a WebFeatures message. Also converts values to other types if specified.

    Parameters

    • message: WebFeatures

      WebFeatures

    • Optional options: IConversionOptions

    Returns {}

    Plain object

    • [k: string]: any

Static verify

  • verify(message: {}): string
  • Verifies a WebFeatures message.

    Parameters

    • message: {}

      Plain object to verify

      • [k: string]: any

    Returns string

    null if valid, otherwise the reason why it is not

Generated using TypeDoc