Suggestions

close search

NewMessageInfo class

Represents the message for creating a new message.


Constructors


NewMessageInfo({
 convId: string,
 type: number,
 message: {
  content?: string,
  photo?: {filePath: string, thumbnail: string, ratio: number},
  video?: {filePath: string, thumbnail: string, ratio: number, duration: number},
  audio?: {filePath: string, duration: number},
  file?: {filePath: string, filename: string, length: number},
  location?: {lat: number, lon: number},
  contact?: {vcard: string},
  sticker?: {category: string, name: string}
 }
})

Create a new NewMessageInfo.


Properties


convId: string

It's the unique identifier of the conversation on Stringee system.

type: number

It's type of the message:

message: {}

It's detail of the message. Pass only the property that corresponds to type; the other nested properties are optional: