Interface MessagesConversationCanWrite

interface MessagesConversationCanWrite {
    allowed: number | boolean;
    reason: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

allowed: number | boolean
reason: number

Generated using TypeDoc