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

47 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_gen.go#L804: type InputStorePaymentPremiumGiveaway struct {
		tl_input_store_payment_purpose_gen.go#L873: func (i InputStorePaymentPremiumGiveaway) construct() InputStorePaymentPurposeClass { return &i }
		tl_input_store_payment_purpose_gen.go#L877: 	_ bin.Encoder     = &InputStorePaymentPremiumGiveaway{}
		tl_input_store_payment_purpose_gen.go#L878: 	_ bin.Decoder     = &InputStorePaymentPremiumGiveaway{}
		tl_input_store_payment_purpose_gen.go#L879: 	_ bin.BareEncoder = &InputStorePaymentPremiumGiveaway{}
		tl_input_store_payment_purpose_gen.go#L880: 	_ bin.BareDecoder = &InputStorePaymentPremiumGiveaway{}
		tl_input_store_payment_purpose_gen.go#L882: 	_ InputStorePaymentPurposeClass = &InputStorePaymentPremiumGiveaway{}
		tl_input_store_payment_purpose_gen.go#L885: func (i *InputStorePaymentPremiumGiveaway) Zero() bool {
		tl_input_store_payment_purpose_gen.go#L927: func (i *InputStorePaymentPremiumGiveaway) String() string {
		tl_input_store_payment_purpose_gen.go#L931: 	type Alias InputStorePaymentPremiumGiveaway
		tl_input_store_payment_purpose_gen.go#L936: func (i *InputStorePaymentPremiumGiveaway) FillFrom(from interface {
		tl_input_store_payment_purpose_gen.go#L972: func (*InputStorePaymentPremiumGiveaway) TypeID() uint32 {
		tl_input_store_payment_purpose_gen.go#L977: func (*InputStorePaymentPremiumGiveaway) TypeName() string {
		tl_input_store_payment_purpose_gen.go#L982: func (i *InputStorePaymentPremiumGiveaway) TypeInfo() tdp.Type {
		tl_input_store_payment_purpose_gen.go#L1042: func (i *InputStorePaymentPremiumGiveaway) SetFlags() {
		tl_input_store_payment_purpose_gen.go#L1061: func (i *InputStorePaymentPremiumGiveaway) Encode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L1070: func (i *InputStorePaymentPremiumGiveaway) EncodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L1112: func (i *InputStorePaymentPremiumGiveaway) Decode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L1123: func (i *InputStorePaymentPremiumGiveaway) DecodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L1214: func (i *InputStorePaymentPremiumGiveaway) SetOnlyNewSubscribers(value bool) {
		tl_input_store_payment_purpose_gen.go#L1225: func (i *InputStorePaymentPremiumGiveaway) GetOnlyNewSubscribers() (value bool) {
		tl_input_store_payment_purpose_gen.go#L1233: func (i *InputStorePaymentPremiumGiveaway) SetWinnersAreVisible(value bool) {
		tl_input_store_payment_purpose_gen.go#L1244: func (i *InputStorePaymentPremiumGiveaway) GetWinnersAreVisible() (value bool) {
		tl_input_store_payment_purpose_gen.go#L1252: func (i *InputStorePaymentPremiumGiveaway) GetBoostPeer() (value InputPeerClass) {
		tl_input_store_payment_purpose_gen.go#L1260: func (i *InputStorePaymentPremiumGiveaway) SetAdditionalPeers(value []InputPeerClass) {
		tl_input_store_payment_purpose_gen.go#L1267: func (i *InputStorePaymentPremiumGiveaway) GetAdditionalPeers() (value []InputPeerClass, ok bool) {
		tl_input_store_payment_purpose_gen.go#L1278: func (i *InputStorePaymentPremiumGiveaway) SetCountriesISO2(value []string) {
		tl_input_store_payment_purpose_gen.go#L1285: func (i *InputStorePaymentPremiumGiveaway) GetCountriesISO2() (value []string, ok bool) {
		tl_input_store_payment_purpose_gen.go#L1296: func (i *InputStorePaymentPremiumGiveaway) SetPrizeDescription(value string) {
		tl_input_store_payment_purpose_gen.go#L1303: func (i *InputStorePaymentPremiumGiveaway) GetPrizeDescription() (value string, ok bool) {
		tl_input_store_payment_purpose_gen.go#L1314: func (i *InputStorePaymentPremiumGiveaway) GetRandomID() (value int64) {
		tl_input_store_payment_purpose_gen.go#L1322: func (i *InputStorePaymentPremiumGiveaway) GetUntilDate() (value int) {
		tl_input_store_payment_purpose_gen.go#L1330: func (i *InputStorePaymentPremiumGiveaway) GetCurrency() (value string) {
		tl_input_store_payment_purpose_gen.go#L1338: func (i *InputStorePaymentPremiumGiveaway) GetAmount() (value int64) {
		tl_input_store_payment_purpose_gen.go#L1346: func (i *InputStorePaymentPremiumGiveaway) MapAdditionalPeers() (value InputPeerClassArray, ok bool) {
		tl_input_store_payment_purpose_gen.go#L2869: 		v := InputStorePaymentPremiumGiveaway{}
		tl_input_store_payment_purpose_slices_gen.go#L161: 		value, ok := elem.(*InputStorePaymentPremiumGiveaway)
		tl_input_store_payment_purpose_slices_gen.go#L470: type InputStorePaymentPremiumGiveawayArray []InputStorePaymentPremiumGiveaway
		tl_input_store_payment_purpose_slices_gen.go#L473: func (s InputStorePaymentPremiumGiveawayArray) Sort(less func(a, b InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
		tl_input_store_payment_purpose_slices_gen.go#L481: func (s InputStorePaymentPremiumGiveawayArray) SortStable(less func(a, b InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
		tl_input_store_payment_purpose_slices_gen.go#L489: func (s InputStorePaymentPremiumGiveawayArray) Retain(keep func(x InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
		tl_input_store_payment_purpose_slices_gen.go#L503: func (s InputStorePaymentPremiumGiveawayArray) First() (v InputStorePaymentPremiumGiveaway, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L511: func (s InputStorePaymentPremiumGiveawayArray) Last() (v InputStorePaymentPremiumGiveaway, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L519: func (s *InputStorePaymentPremiumGiveawayArray) PopFirst() (v InputStorePaymentPremiumGiveaway, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L529: 	var zero InputStorePaymentPremiumGiveaway
		tl_input_store_payment_purpose_slices_gen.go#L538: func (s *InputStorePaymentPremiumGiveawayArray) Pop() (v InputStorePaymentPremiumGiveaway, ok bool) {
		tl_registry_gen.go#L6131: 		InputStorePaymentPremiumGiveawayTypeID:                                  func() bin.Object { return &InputStorePaymentPremiumGiveaway{} },