Raw.MessageActionSuggestProfilePhoto

Raw.MessageActionSuggestProfilePhoto

A new profile picture was suggested using photos.uploadcontactprofilephoto.

messageActionSuggestProfilePhoto#57de635e photo:Photo = MessageAction;
export namespace Raw {
  export class MessageActionSuggestProfilePhoto {
    constructor(params: { photo: Raw.TypePhoto }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x57de635e

Property

  • photo : Raw.TypePhoto

    The photo that the user suggested we set as profile picture.