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

26 uses

	github.com/gotd/td/tg (current package)
		tl_fragment_collectible_info_gen.go#L41: type FragmentCollectibleInfo struct {
		tl_fragment_collectible_info_gen.go#L73: 	_ bin.Encoder     = &FragmentCollectibleInfo{}
		tl_fragment_collectible_info_gen.go#L74: 	_ bin.Decoder     = &FragmentCollectibleInfo{}
		tl_fragment_collectible_info_gen.go#L75: 	_ bin.BareEncoder = &FragmentCollectibleInfo{}
		tl_fragment_collectible_info_gen.go#L76: 	_ bin.BareDecoder = &FragmentCollectibleInfo{}
		tl_fragment_collectible_info_gen.go#L79: func (c *FragmentCollectibleInfo) Zero() bool {
		tl_fragment_collectible_info_gen.go#L106: func (c *FragmentCollectibleInfo) String() string {
		tl_fragment_collectible_info_gen.go#L110: 	type Alias FragmentCollectibleInfo
		tl_fragment_collectible_info_gen.go#L115: func (c *FragmentCollectibleInfo) FillFrom(from interface {
		tl_fragment_collectible_info_gen.go#L134: func (*FragmentCollectibleInfo) TypeID() uint32 {
		tl_fragment_collectible_info_gen.go#L139: func (*FragmentCollectibleInfo) TypeName() string {
		tl_fragment_collectible_info_gen.go#L144: func (c *FragmentCollectibleInfo) TypeInfo() tdp.Type {
		tl_fragment_collectible_info_gen.go#L183: func (c *FragmentCollectibleInfo) Encode(b *bin.Buffer) error {
		tl_fragment_collectible_info_gen.go#L192: func (c *FragmentCollectibleInfo) EncodeBare(b *bin.Buffer) error {
		tl_fragment_collectible_info_gen.go#L206: func (c *FragmentCollectibleInfo) Decode(b *bin.Buffer) error {
		tl_fragment_collectible_info_gen.go#L217: func (c *FragmentCollectibleInfo) DecodeBare(b *bin.Buffer) error {
		tl_fragment_collectible_info_gen.go#L267: func (c *FragmentCollectibleInfo) GetPurchaseDate() (value int) {
		tl_fragment_collectible_info_gen.go#L275: func (c *FragmentCollectibleInfo) GetCurrency() (value string) {
		tl_fragment_collectible_info_gen.go#L283: func (c *FragmentCollectibleInfo) GetAmount() (value int64) {
		tl_fragment_collectible_info_gen.go#L291: func (c *FragmentCollectibleInfo) GetCryptoCurrency() (value string) {
		tl_fragment_collectible_info_gen.go#L299: func (c *FragmentCollectibleInfo) GetCryptoAmount() (value int64) {
		tl_fragment_collectible_info_gen.go#L307: func (c *FragmentCollectibleInfo) GetURL() (value string) {
		tl_fragment_get_collectible_info_gen.go#L186: func (c *Client) FragmentGetCollectibleInfo(ctx context.Context, collectible InputCollectibleClass) (*FragmentCollectibleInfo, error) {
		tl_fragment_get_collectible_info_gen.go#L187: 	var result FragmentCollectibleInfo
		tl_registry_gen.go#L6309: 		FragmentCollectibleInfoTypeID:                                           func() bin.Object { return &FragmentCollectibleInfo{} },
		tl_server_gen.go#L14007: func (s *ServerDispatcher) OnFragmentGetCollectibleInfo(f func(ctx context.Context, collectible InputCollectibleClass) (*FragmentCollectibleInfo, error)) {