Interface MessagesDeleteChatPhotoResponse

interface MessagesDeleteChatPhotoResponse {
    message_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

message_id: number

Service message ID

Generated using TypeDoc