Raw.MessageActionGameScore

Raw.MessageActionGameScore

Someone scored in a game

messageActionGameScore#92a72876 game_id:long score:int = MessageAction;
export namespace Raw {
  export class MessageActionGameScore {
    constructor(params: { gameId: bigint; score: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x92a72876

Property