Raw.payments.GetSavedStarGifts

Raw.payments.GetSavedStarGifts

payments.getSavedStarGifts#23830de9 flags:# exclude_unsaved:flags.0?true exclude_saved:flags.1?true exclude_unlimited:flags.2?true exclude_limited:flags.3?true exclude_unique:flags.4?true sort_by_value:flags.5?true peer:InputPeer offset:string limit:int = payments.SavedStarGifts;
export namespace Raw {
  export namespace payments {
    export class GetSavedStarGifts {
      constructor(params: {
        excludeUnsaved?: boolean;
        excludeSaved?: boolean;
        excludeUnlimited?: boolean;
        excludeLimited?: boolean;
        excludeUnique?: boolean;
        sortByValue?: boolean;
        peer: Raw.TypeInputPeer;
        offset: string;
        limit: number;
      }) {}
    }
  }
}

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

Layer: 198
Constructor ID: 0x23830de9

Property

Results

Raw.payments.TypeSavedStarGifts