Interface MessagesGetImportantMessagesResponse

interface MessagesGetImportantMessagesResponse {
    conversations: MessagesConversation[];
    groups: GroupsGroupFull[];
    profiles: UsersUser[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

conversations: MessagesConversation[]
groups: GroupsGroupFull[]
profiles: UsersUser[]

Generated using TypeDoc