type github.com/gotd/td/tg.PaymentsGetPremiumGiftCodeOptionsRequest

23 uses

	github.com/gotd/td/tg (current package)
		tl_payments_get_premium_gift_code_options_gen.go#L41: type PaymentsGetPremiumGiftCodeOptionsRequest struct {
		tl_payments_get_premium_gift_code_options_gen.go#L58: 	_ bin.Encoder     = &PaymentsGetPremiumGiftCodeOptionsRequest{}
		tl_payments_get_premium_gift_code_options_gen.go#L59: 	_ bin.Decoder     = &PaymentsGetPremiumGiftCodeOptionsRequest{}
		tl_payments_get_premium_gift_code_options_gen.go#L60: 	_ bin.BareEncoder = &PaymentsGetPremiumGiftCodeOptionsRequest{}
		tl_payments_get_premium_gift_code_options_gen.go#L61: 	_ bin.BareDecoder = &PaymentsGetPremiumGiftCodeOptionsRequest{}
		tl_payments_get_premium_gift_code_options_gen.go#L64: func (g *PaymentsGetPremiumGiftCodeOptionsRequest) Zero() bool {
		tl_payments_get_premium_gift_code_options_gen.go#L79: func (g *PaymentsGetPremiumGiftCodeOptionsRequest) String() string {
		tl_payments_get_premium_gift_code_options_gen.go#L83: 	type Alias PaymentsGetPremiumGiftCodeOptionsRequest
		tl_payments_get_premium_gift_code_options_gen.go#L88: func (g *PaymentsGetPremiumGiftCodeOptionsRequest) FillFrom(from interface {
		tl_payments_get_premium_gift_code_options_gen.go#L100: func (*PaymentsGetPremiumGiftCodeOptionsRequest) TypeID() uint32 {
		tl_payments_get_premium_gift_code_options_gen.go#L105: func (*PaymentsGetPremiumGiftCodeOptionsRequest) TypeName() string {
		tl_payments_get_premium_gift_code_options_gen.go#L110: func (g *PaymentsGetPremiumGiftCodeOptionsRequest) TypeInfo() tdp.Type {
		tl_payments_get_premium_gift_code_options_gen.go#L130: func (g *PaymentsGetPremiumGiftCodeOptionsRequest) SetFlags() {
		tl_payments_get_premium_gift_code_options_gen.go#L137: func (g *PaymentsGetPremiumGiftCodeOptionsRequest) Encode(b *bin.Buffer) error {
		tl_payments_get_premium_gift_code_options_gen.go#L146: func (g *PaymentsGetPremiumGiftCodeOptionsRequest) EncodeBare(b *bin.Buffer) error {
		tl_payments_get_premium_gift_code_options_gen.go#L166: func (g *PaymentsGetPremiumGiftCodeOptionsRequest) Decode(b *bin.Buffer) error {
		tl_payments_get_premium_gift_code_options_gen.go#L177: func (g *PaymentsGetPremiumGiftCodeOptionsRequest) DecodeBare(b *bin.Buffer) error {
		tl_payments_get_premium_gift_code_options_gen.go#L197: func (g *PaymentsGetPremiumGiftCodeOptionsRequest) SetBoostPeer(value InputPeerClass) {
		tl_payments_get_premium_gift_code_options_gen.go#L204: func (g *PaymentsGetPremiumGiftCodeOptionsRequest) GetBoostPeer() (value InputPeerClass, ok bool) {
		tl_payments_get_premium_gift_code_options_gen.go#L221: func (c *Client) PaymentsGetPremiumGiftCodeOptions(ctx context.Context, request *PaymentsGetPremiumGiftCodeOptionsRequest) ([]PremiumGiftCodeOption, error) {
		tl_registry_gen.go#L5268: 		PaymentsGetPremiumGiftCodeOptionsRequestTypeID:                          func() bin.Object { return &PaymentsGetPremiumGiftCodeOptionsRequest{} },
		tl_server_gen.go#L8373: func (s *ServerDispatcher) OnPaymentsGetPremiumGiftCodeOptions(f func(ctx context.Context, request *PaymentsGetPremiumGiftCodeOptionsRequest) ([]PremiumGiftCodeOption, error)) {
		tl_server_gen.go#L8375: 		var request PaymentsGetPremiumGiftCodeOptionsRequest