Raw.payments.ApplyGiftCode

Raw.payments.ApplyGiftCode

Apply a telegram premium giftcode

payments.applyGiftCode#f6e26854 slug:string = Updates;
export namespace Raw {
  export namespace payments {
    export class ApplyGiftCode {
      constructor(params: { slug: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xf6e26854

Property

  • slug : string

    The code to apply

Results

Raw.TypeUpdates