Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a SyncActionValue.

Hierarchy

  • SyncActionValue

Implements

Index

Constructors

constructor

Properties

Optional androidUnsupportedActions

androidUnsupportedActions: IAndroidUnsupportedActions

SyncActionValue androidUnsupportedActions.

Optional archiveChatAction

archiveChatAction: IArchiveChatAction

SyncActionValue archiveChatAction.

Optional clearChatAction

clearChatAction: IClearChatAction

SyncActionValue clearChatAction.

Optional contactAction

contactAction: IContactAction

SyncActionValue contactAction.

Optional deleteChatAction

deleteChatAction: IDeleteChatAction

SyncActionValue deleteChatAction.

Optional deleteMessageForMeAction

deleteMessageForMeAction: IDeleteMessageForMeAction

SyncActionValue deleteMessageForMeAction.

Optional favoriteStickerAction

favoriteStickerAction: IFavoriteStickerAction

SyncActionValue favoriteStickerAction.

Optional keyExpiration

keyExpiration: IKeyExpiration

SyncActionValue keyExpiration.

Optional labelAssociationAction

labelAssociationAction: ILabelAssociationAction

SyncActionValue labelAssociationAction.

Optional labelEditAction

labelEditAction: ILabelEditAction

SyncActionValue labelEditAction.

Optional localeSetting

localeSetting: ILocaleSetting

SyncActionValue localeSetting.

Optional markChatAsReadAction

markChatAsReadAction: IMarkChatAsReadAction

SyncActionValue markChatAsReadAction.

Optional muteAction

muteAction: IMuteAction

SyncActionValue muteAction.

Optional pinAction

pinAction: IPinAction

SyncActionValue pinAction.

Optional primaryFeature

primaryFeature: IPrimaryFeature

SyncActionValue primaryFeature.

Optional pushNameSetting

pushNameSetting: IPushNameSetting

SyncActionValue pushNameSetting.

Optional quickReplyAction

quickReplyAction: IQuickReplyAction

SyncActionValue quickReplyAction.

Optional recentEmojiWeightsAction

recentEmojiWeightsAction: IRecentEmojiWeightsAction

SyncActionValue recentEmojiWeightsAction.

Optional recentStickerMetadata

recentStickerMetadata: IRecentStickerMetadata

SyncActionValue recentStickerMetadata.

Optional recentStickerWeightsAction

recentStickerWeightsAction: IRecentStickerWeightsAction

SyncActionValue recentStickerWeightsAction.

Optional securityNotificationSetting

securityNotificationSetting: ISecurityNotificationSetting

SyncActionValue securityNotificationSetting.

Optional starAction

starAction: IStarAction

SyncActionValue starAction.

timestamp

timestamp: number | Long

SyncActionValue timestamp.

Optional unarchiveChatsSetting

unarchiveChatsSetting: IUnarchiveChatsSetting

SyncActionValue unarchiveChatsSetting.

Methods

toJSON

  • toJSON(): {}
  • Converts this SyncActionValue to JSON.

    Returns {}

    JSON object

    • [k: string]: any

Static create

Static decode

  • Decodes a SyncActionValue 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 SyncActionValue

    SyncActionValue

Static decodeDelimited

  • Decodes a SyncActionValue 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 SyncActionValue

    SyncActionValue

Static encode

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

    Parameters

    • message: ISyncActionValue

      SyncActionValue message or plain object to encode

    • Optional writer: Writer

    Returns Writer

    Writer

Static encodeDelimited

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

    Parameters

    • message: ISyncActionValue

      SyncActionValue message or plain object to encode

    • Optional writer: Writer

    Returns Writer

    Writer

Static fromObject

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

    Parameters

    • object: {}

      Plain object

      • [k: string]: any

    Returns SyncActionValue

    SyncActionValue

Static toObject

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

    Parameters

    • message: SyncActionValue

      SyncActionValue

    • Optional options: IConversionOptions

    Returns {}

    Plain object

    • [k: string]: any

Static verify

  • verify(message: {}): string
  • Verifies a SyncActionValue 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