type github.com/gotd/td/tg.InputStickerSetPremiumGifts
19 uses
github.com/gotd/td/tg (current package)
tl_input_sticker_set_gen.go#L786: type InputStickerSetPremiumGifts struct {
tl_input_sticker_set_gen.go#L793: func (i InputStickerSetPremiumGifts) construct() InputStickerSetClass { return &i }
tl_input_sticker_set_gen.go#L797: _ bin.Encoder = &InputStickerSetPremiumGifts{}
tl_input_sticker_set_gen.go#L798: _ bin.Decoder = &InputStickerSetPremiumGifts{}
tl_input_sticker_set_gen.go#L799: _ bin.BareEncoder = &InputStickerSetPremiumGifts{}
tl_input_sticker_set_gen.go#L800: _ bin.BareDecoder = &InputStickerSetPremiumGifts{}
tl_input_sticker_set_gen.go#L802: _ InputStickerSetClass = &InputStickerSetPremiumGifts{}
tl_input_sticker_set_gen.go#L805: func (i *InputStickerSetPremiumGifts) Zero() bool {
tl_input_sticker_set_gen.go#L814: func (i *InputStickerSetPremiumGifts) String() string {
tl_input_sticker_set_gen.go#L818: type Alias InputStickerSetPremiumGifts
tl_input_sticker_set_gen.go#L825: func (*InputStickerSetPremiumGifts) TypeID() uint32 {
tl_input_sticker_set_gen.go#L830: func (*InputStickerSetPremiumGifts) TypeName() string {
tl_input_sticker_set_gen.go#L835: func (i *InputStickerSetPremiumGifts) TypeInfo() tdp.Type {
tl_input_sticker_set_gen.go#L849: func (i *InputStickerSetPremiumGifts) Encode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L858: func (i *InputStickerSetPremiumGifts) EncodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L866: func (i *InputStickerSetPremiumGifts) Decode(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L877: func (i *InputStickerSetPremiumGifts) DecodeBare(b *bin.Buffer) error {
tl_input_sticker_set_gen.go#L1399: v := InputStickerSetPremiumGifts{}
tl_registry_gen.go#L4096: InputStickerSetPremiumGiftsTypeID: func() bin.Object { return &InputStickerSetPremiumGifts{} },
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. |