Interface MessageForward

interface MessageForward {
    channelId: string;
    messageId: string;
}

Properties

Properties

channelId: string

ID of the Channel containing the message to be forwarded

messageId: string

Message ID to be forwarded

Generated using TypeDoc