Represents a ContextInfo.

Hierarchy

  • ContextInfo

Implements

Constructors

Properties

actionLink?: null | IActionLink

ContextInfo actionLink.

alwaysShowAdAttribution?: null | boolean

ContextInfo alwaysShowAdAttribution.

businessMessageForwardInfo?: null | IBusinessMessageForwardInfo

ContextInfo businessMessageForwardInfo.

conversionData?: null | Uint8Array

ContextInfo conversionData.

conversionDelaySeconds?: null | number

ContextInfo conversionDelaySeconds.

conversionSource?: null | string

ContextInfo conversionSource.

ctwaPayload?: null | Uint8Array

ContextInfo ctwaPayload.

ctwaSignals?: null | string

ContextInfo ctwaSignals.

dataSharingContext?: null | IDataSharingContext

ContextInfo dataSharingContext.

disappearingMode?: null | IDisappearingMode

ContextInfo disappearingMode.

entryPointConversionApp?: null | string

ContextInfo entryPointConversionApp.

entryPointConversionDelaySeconds?: null | number

ContextInfo entryPointConversionDelaySeconds.

entryPointConversionExternalMedium?: null | string

ContextInfo entryPointConversionExternalMedium.

entryPointConversionExternalSource?: null | string

ContextInfo entryPointConversionExternalSource.

entryPointConversionSource?: null | string

ContextInfo entryPointConversionSource.

ephemeralSettingTimestamp?: null | number | Long

ContextInfo ephemeralSettingTimestamp.

ephemeralSharedSecret?: null | Uint8Array

ContextInfo ephemeralSharedSecret.

expiration?: null | number

ContextInfo expiration.

externalAdReply?: null | IExternalAdReplyInfo

ContextInfo externalAdReply.

featureEligibilities?: null | IFeatureEligibilities

ContextInfo featureEligibilities.

forwardedAiBotMessageInfo?: null | IForwardedAIBotMessageInfo

ContextInfo forwardedAiBotMessageInfo.

forwardedNewsletterMessageInfo?: null | IForwardedNewsletterMessageInfo

ContextInfo forwardedNewsletterMessageInfo.

forwardingScore?: null | number

ContextInfo forwardingScore.

groupMentions: IGroupMention[]

ContextInfo groupMentions.

groupSubject?: null | string

ContextInfo groupSubject.

isForwarded?: null | boolean

ContextInfo isForwarded.

isSampled?: null | boolean

ContextInfo isSampled.

mentionedJid: string[]

ContextInfo mentionedJid.

pairedMediaType?: null | PairedMediaType

ContextInfo pairedMediaType.

parentGroupJid?: null | string

ContextInfo parentGroupJid.

participant?: null | string

ContextInfo participant.

placeholderKey?: null | proto.IMessageKey

ContextInfo placeholderKey.

quotedAd?: null | IAdReplyInfo

ContextInfo quotedAd.

quotedMessage?: null | IMessage

ContextInfo quotedMessage.

rankingVersion?: null | number

ContextInfo rankingVersion.

remoteJid?: null | string

ContextInfo remoteJid.

smbClientCampaignId?: null | string

ContextInfo smbClientCampaignId.

smbServerCampaignId?: null | string

ContextInfo smbServerCampaignId.

stanzaId?: null | string

ContextInfo stanzaId.

statusAttributionType?: null | StatusAttributionType

ContextInfo statusAttributionType.

trustBannerAction?: null | number

ContextInfo trustBannerAction.

trustBannerType?: null | string

ContextInfo trustBannerType.

urlTrackingMap?: null | IUrlTrackingMap

ContextInfo urlTrackingMap.

utm?: null | IUTMInfo

ContextInfo utm.

Methods

  • Converts this ContextInfo to JSON.

    Returns {
        [k: string]: any;
    }

    JSON object

    • [k: string]: any
  • Decodes a ContextInfo message from the specified reader or buffer.

    Parameters

    • reader: Uint8Array | Reader

      Reader or buffer to decode from

    • Optional length: number

      Message length if known beforehand

    Returns ContextInfo

    ContextInfo

    Throws

    If the payload is not a reader or valid buffer

    Throws

    If required fields are missing

  • Decodes a ContextInfo message from the specified reader or buffer, length delimited.

    Parameters

    • reader: Uint8Array | Reader

      Reader or buffer to decode from

    Returns ContextInfo

    ContextInfo

    Throws

    If the payload is not a reader or valid buffer

    Throws

    If required fields are missing

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

    Parameters

    • message: IContextInfo

      ContextInfo message or plain object to encode

    • Optional writer: Writer

      Writer to encode to

    Returns Writer

    Writer

  • Encodes the specified ContextInfo message, length delimited. Does not implicitly verify messages.

    Parameters

    • message: IContextInfo

      ContextInfo message or plain object to encode

    • Optional writer: Writer

      Writer to encode to

    Returns Writer

    Writer

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

    Parameters

    • object: {
          [k: string]: any;
      }

      Plain object

      • [k: string]: any

    Returns ContextInfo

    ContextInfo

  • Gets the default type url for ContextInfo

    Parameters

    • Optional typeUrlPrefix: string

      your custom typeUrlPrefix(default "type.googleapis.com")

    Returns string

    The default type url

  • Creates a plain object from a ContextInfo message. Also converts values to other types if specified.

    Parameters

    • message: ContextInfo

      ContextInfo

    • Optional options: IConversionOptions

      Conversion options

    Returns {
        [k: string]: any;
    }

    Plain object

    • [k: string]: any
  • Verifies a ContextInfo message.

    Parameters

    • message: {
          [k: string]: any;
      }

      Plain object to verify

      • [k: string]: any

    Returns null | string

    null if valid, otherwise the reason why it is not

Generated using TypeDoc