Raw.stats.PublicForwards

Raw.stats.PublicForwards

Contains info about the forwards of a story as a message to public chats and reposts by public channels.

stats.publicForwards#93037e20 flags:# count:int forwards:Vector<PublicForward> next_offset:flags.0?string chats:Vector<Chat> users:Vector<User> = stats.PublicForwards;
export namespace Raw {
  export namespace stats {
    export class PublicForwards {
      constructor(params: {
        count: number;
        forwards: Array<Raw.TypePublicForward>;
        nextOffset?: string;
        chats: Array<Raw.TypeChat>;
        users: Array<Raw.TypeUser>;
      }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0x93037e20

Property