type github.com/gotd/td/tg.AuctionBidLevel
25 uses
github.com/gotd/td/tg (current package)
tl_auction_bid_level_gen.go#L41: type AuctionBidLevel struct {
tl_auction_bid_level_gen.go#L58: _ bin.Encoder = &AuctionBidLevel{}
tl_auction_bid_level_gen.go#L59: _ bin.Decoder = &AuctionBidLevel{}
tl_auction_bid_level_gen.go#L60: _ bin.BareEncoder = &AuctionBidLevel{}
tl_auction_bid_level_gen.go#L61: _ bin.BareDecoder = &AuctionBidLevel{}
tl_auction_bid_level_gen.go#L64: func (a *AuctionBidLevel) Zero() bool {
tl_auction_bid_level_gen.go#L82: func (a *AuctionBidLevel) String() string {
tl_auction_bid_level_gen.go#L86: type Alias AuctionBidLevel
tl_auction_bid_level_gen.go#L91: func (a *AuctionBidLevel) FillFrom(from interface {
tl_auction_bid_level_gen.go#L104: func (*AuctionBidLevel) TypeID() uint32 {
tl_auction_bid_level_gen.go#L109: func (*AuctionBidLevel) TypeName() string {
tl_auction_bid_level_gen.go#L114: func (a *AuctionBidLevel) TypeInfo() tdp.Type {
tl_auction_bid_level_gen.go#L141: func (a *AuctionBidLevel) Encode(b *bin.Buffer) error {
tl_auction_bid_level_gen.go#L150: func (a *AuctionBidLevel) EncodeBare(b *bin.Buffer) error {
tl_auction_bid_level_gen.go#L161: func (a *AuctionBidLevel) Decode(b *bin.Buffer) error {
tl_auction_bid_level_gen.go#L172: func (a *AuctionBidLevel) DecodeBare(b *bin.Buffer) error {
tl_auction_bid_level_gen.go#L201: func (a *AuctionBidLevel) GetPos() (value int) {
tl_auction_bid_level_gen.go#L209: func (a *AuctionBidLevel) GetAmount() (value int64) {
tl_auction_bid_level_gen.go#L217: func (a *AuctionBidLevel) GetDate() (value int) {
tl_registry_gen.go#L6452: AuctionBidLevelTypeID: func() bin.Object { return &AuctionBidLevel{} },
tl_star_gift_auction_state_gen.go#L174: BidLevels []AuctionBidLevel
tl_star_gift_auction_state_gen.go#L281: GetBidLevels() (value []AuctionBidLevel)
tl_star_gift_auction_state_gen.go#L475: s.BidLevels = make([]AuctionBidLevel, 0, headerLen%bin.PreallocateLimit)
tl_star_gift_auction_state_gen.go#L478: var value AuctionBidLevel
tl_star_gift_auction_state_gen.go#L590: func (s *StarGiftAuctionState) GetBidLevels() (value []AuctionBidLevel) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |