Interface MessagesMessageAction

interface MessagesMessageAction {
    conversation_message_id: number;
    email: string;
    member_id: number;
    message: string;
    text: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

conversation_message_id: number

Message ID

email: string

Email address for chat_invite_user or chat_kick_user actions

member_id: number

User or email peer ID

message: string

Message body of related message

text: string

New chat title for chat_create and chat_title_update actions

Generated using TypeDoc