Interface MessagesGetImportantMessagesExtendedResponse

interface MessagesGetImportantMessagesExtendedResponse {
    conversations: MessagesConversation[];
    groups: GroupsGroupFull[];
    profiles: UsersUserFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

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

Generated using TypeDoc