type github.com/gotd/td/tg.InputStorePaymentPremiumGiveaway
47 uses
github.com/gotd/td/tg (current package)
tl_input_store_payment_purpose_gen.go#L755: type InputStorePaymentPremiumGiveaway struct {
tl_input_store_payment_purpose_gen.go#L819: func (i InputStorePaymentPremiumGiveaway) construct() InputStorePaymentPurposeClass { return &i }
tl_input_store_payment_purpose_gen.go#L823: _ bin.Encoder = &InputStorePaymentPremiumGiveaway{}
tl_input_store_payment_purpose_gen.go#L824: _ bin.Decoder = &InputStorePaymentPremiumGiveaway{}
tl_input_store_payment_purpose_gen.go#L825: _ bin.BareEncoder = &InputStorePaymentPremiumGiveaway{}
tl_input_store_payment_purpose_gen.go#L826: _ bin.BareDecoder = &InputStorePaymentPremiumGiveaway{}
tl_input_store_payment_purpose_gen.go#L828: _ InputStorePaymentPurposeClass = &InputStorePaymentPremiumGiveaway{}
tl_input_store_payment_purpose_gen.go#L831: func (i *InputStorePaymentPremiumGiveaway) Zero() bool {
tl_input_store_payment_purpose_gen.go#L873: func (i *InputStorePaymentPremiumGiveaway) String() string {
tl_input_store_payment_purpose_gen.go#L877: type Alias InputStorePaymentPremiumGiveaway
tl_input_store_payment_purpose_gen.go#L882: func (i *InputStorePaymentPremiumGiveaway) FillFrom(from interface {
tl_input_store_payment_purpose_gen.go#L918: func (*InputStorePaymentPremiumGiveaway) TypeID() uint32 {
tl_input_store_payment_purpose_gen.go#L923: func (*InputStorePaymentPremiumGiveaway) TypeName() string {
tl_input_store_payment_purpose_gen.go#L928: func (i *InputStorePaymentPremiumGiveaway) TypeInfo() tdp.Type {
tl_input_store_payment_purpose_gen.go#L988: func (i *InputStorePaymentPremiumGiveaway) SetFlags() {
tl_input_store_payment_purpose_gen.go#L1007: func (i *InputStorePaymentPremiumGiveaway) Encode(b *bin.Buffer) error {
tl_input_store_payment_purpose_gen.go#L1016: func (i *InputStorePaymentPremiumGiveaway) EncodeBare(b *bin.Buffer) error {
tl_input_store_payment_purpose_gen.go#L1058: func (i *InputStorePaymentPremiumGiveaway) Decode(b *bin.Buffer) error {
tl_input_store_payment_purpose_gen.go#L1069: func (i *InputStorePaymentPremiumGiveaway) DecodeBare(b *bin.Buffer) error {
tl_input_store_payment_purpose_gen.go#L1160: func (i *InputStorePaymentPremiumGiveaway) SetOnlyNewSubscribers(value bool) {
tl_input_store_payment_purpose_gen.go#L1171: func (i *InputStorePaymentPremiumGiveaway) GetOnlyNewSubscribers() (value bool) {
tl_input_store_payment_purpose_gen.go#L1179: func (i *InputStorePaymentPremiumGiveaway) SetWinnersAreVisible(value bool) {
tl_input_store_payment_purpose_gen.go#L1190: func (i *InputStorePaymentPremiumGiveaway) GetWinnersAreVisible() (value bool) {
tl_input_store_payment_purpose_gen.go#L1198: func (i *InputStorePaymentPremiumGiveaway) GetBoostPeer() (value InputPeerClass) {
tl_input_store_payment_purpose_gen.go#L1206: func (i *InputStorePaymentPremiumGiveaway) SetAdditionalPeers(value []InputPeerClass) {
tl_input_store_payment_purpose_gen.go#L1213: func (i *InputStorePaymentPremiumGiveaway) GetAdditionalPeers() (value []InputPeerClass, ok bool) {
tl_input_store_payment_purpose_gen.go#L1224: func (i *InputStorePaymentPremiumGiveaway) SetCountriesISO2(value []string) {
tl_input_store_payment_purpose_gen.go#L1231: func (i *InputStorePaymentPremiumGiveaway) GetCountriesISO2() (value []string, ok bool) {
tl_input_store_payment_purpose_gen.go#L1242: func (i *InputStorePaymentPremiumGiveaway) SetPrizeDescription(value string) {
tl_input_store_payment_purpose_gen.go#L1249: func (i *InputStorePaymentPremiumGiveaway) GetPrizeDescription() (value string, ok bool) {
tl_input_store_payment_purpose_gen.go#L1260: func (i *InputStorePaymentPremiumGiveaway) GetRandomID() (value int64) {
tl_input_store_payment_purpose_gen.go#L1268: func (i *InputStorePaymentPremiumGiveaway) GetUntilDate() (value int) {
tl_input_store_payment_purpose_gen.go#L1276: func (i *InputStorePaymentPremiumGiveaway) GetCurrency() (value string) {
tl_input_store_payment_purpose_gen.go#L1284: func (i *InputStorePaymentPremiumGiveaway) GetAmount() (value int64) {
tl_input_store_payment_purpose_gen.go#L1292: func (i *InputStorePaymentPremiumGiveaway) MapAdditionalPeers() (value InputPeerClassArray, ok bool) {
tl_input_store_payment_purpose_gen.go#L1368: v := InputStorePaymentPremiumGiveaway{}
tl_input_store_payment_purpose_slices_gen.go#L161: value, ok := elem.(*InputStorePaymentPremiumGiveaway)
tl_input_store_payment_purpose_slices_gen.go#L418: type InputStorePaymentPremiumGiveawayArray []InputStorePaymentPremiumGiveaway
tl_input_store_payment_purpose_slices_gen.go#L421: func (s InputStorePaymentPremiumGiveawayArray) Sort(less func(a, b InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
tl_input_store_payment_purpose_slices_gen.go#L429: func (s InputStorePaymentPremiumGiveawayArray) SortStable(less func(a, b InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
tl_input_store_payment_purpose_slices_gen.go#L437: func (s InputStorePaymentPremiumGiveawayArray) Retain(keep func(x InputStorePaymentPremiumGiveaway) bool) InputStorePaymentPremiumGiveawayArray {
tl_input_store_payment_purpose_slices_gen.go#L451: func (s InputStorePaymentPremiumGiveawayArray) First() (v InputStorePaymentPremiumGiveaway, ok bool) {
tl_input_store_payment_purpose_slices_gen.go#L459: func (s InputStorePaymentPremiumGiveawayArray) Last() (v InputStorePaymentPremiumGiveaway, ok bool) {
tl_input_store_payment_purpose_slices_gen.go#L467: func (s *InputStorePaymentPremiumGiveawayArray) PopFirst() (v InputStorePaymentPremiumGiveaway, ok bool) {
tl_input_store_payment_purpose_slices_gen.go#L477: var zero InputStorePaymentPremiumGiveaway
tl_input_store_payment_purpose_slices_gen.go#L486: func (s *InputStorePaymentPremiumGiveawayArray) Pop() (v InputStorePaymentPremiumGiveaway, ok bool) {
tl_registry_gen.go#L4681: InputStorePaymentPremiumGiveawayTypeID: func() bin.Object { return &InputStorePaymentPremiumGiveaway{} },
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |