Interface MessagesGetHistoryAttachmentsResponse

interface MessagesGetHistoryAttachmentsResponse {
    groups: GroupsGroupFull[];
    items: MessagesHistoryAttachment[];
    next_from: string;
    profiles: UsersUserFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

groups: GroupsGroupFull[]
next_from: string

Value for pagination

profiles: UsersUserFull[]

Generated using TypeDoc