Interface MessageChatChangePhoto

An updated chat photo. Subtype of MessageContent.

interface MessageChatChangePhoto {
    @type: "messageChatChangePhoto";
    photo: ChatPhoto;
}

Properties

Properties

@type: "messageChatChangePhoto"
photo: ChatPhoto

New chat photo.