Raw.payments.CheckGiftCode

Raw.payments.CheckGiftCode

Obtain information about a telegram premium giftcode

payments.checkGiftCode#8e51b4c1 slug:string = payments.CheckedGiftCode;
export namespace Raw {
  export namespace payments {
    export class CheckGiftCode {
      constructor(params: { slug: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x8e51b4c1

Property

  • slug : string

    The giftcode to check

Results

Raw.payments.TypeCheckedGiftCode