Raw.contacts.BlockFromReplies

Raw.contacts.BlockFromReplies

Stop getting notifications about discussion replies of a certain user in @replies

contacts.blockFromReplies#29a8962c flags:# delete_message:flags.0?true delete_history:flags.1?true report_spam:flags.2?true msg_id:int = Updates;
export namespace Raw {
  export namespace contacts {
    export class BlockFromReplies {
      constructor(params: {
        deleteMessage?: boolean;
        deleteHistory?: boolean;
        reportSpam?: boolean;
        msgId: number;
      }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x29a8962c

Property

  • deleteMessage : boolean or undefined

    Whether to delete the specified message as well

  • deleteHistory : boolean or undefined

    Whether to delete all @replies messages from this user as well

  • reportSpam : boolean or undefined

    Whether to also report this user for spam

  • msgId : number

    Id of the message in the @replies chat

Results

Raw.TypeUpdates