Raw.messages.SetChatTheme

Raw.messages.SetChatTheme

Change the chat theme of a certain chat

messages.setChatTheme#e63be13f peer:InputPeer emoticon:string = Updates;
export namespace Raw {
  export namespace messages {
    export class SetChatTheme {
      constructor(params: { peer: Raw.TypeInputPeer; emoticon: string }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xe63be13f

Property

  • peer : Raw.TypeInputPeer

    Private chat where to change theme

  • emoticon : string

    Emoji, identifying a specific chat theme; a list of chat themes can be fetched using account.getchatthemes

Results

Raw.TypeUpdates