Interface IncomingMessage

interface IncomingMessage {
    attachment?: Attachment;
    call?: Call;
    poll?: Poll;
    text?: Text;
    type: string;
}

Properties

attachment?: Attachment
call?: Call
poll?: Poll
text?: Text
type: string