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

36 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L630: type BotShippingQueryHandler func(ctx context.Context, e Entities, update *UpdateBotShippingQuery) error
		tl_handlers_gen.go#L635: 		return handler(ctx, e, update.(*UpdateBotShippingQuery))
		tl_registry_gen.go#L3880: 		UpdateBotShippingQueryTypeID:                             func() bin.Object { return &UpdateBotShippingQuery{} },
		tl_update_gen.go#L10903: type UpdateBotShippingQuery struct {
		tl_update_gen.go#L10918: func (u UpdateBotShippingQuery) construct() UpdateClass { return &u }
		tl_update_gen.go#L10922: 	_ bin.Encoder     = &UpdateBotShippingQuery{}
		tl_update_gen.go#L10923: 	_ bin.Decoder     = &UpdateBotShippingQuery{}
		tl_update_gen.go#L10924: 	_ bin.BareEncoder = &UpdateBotShippingQuery{}
		tl_update_gen.go#L10925: 	_ bin.BareDecoder = &UpdateBotShippingQuery{}
		tl_update_gen.go#L10927: 	_ UpdateClass = &UpdateBotShippingQuery{}
		tl_update_gen.go#L10930: func (u *UpdateBotShippingQuery) Zero() bool {
		tl_update_gen.go#L10951: func (u *UpdateBotShippingQuery) String() string {
		tl_update_gen.go#L10955: 	type Alias UpdateBotShippingQuery
		tl_update_gen.go#L10960: func (u *UpdateBotShippingQuery) FillFrom(from interface {
		tl_update_gen.go#L10975: func (*UpdateBotShippingQuery) TypeID() uint32 {
		tl_update_gen.go#L10980: func (*UpdateBotShippingQuery) TypeName() string {
		tl_update_gen.go#L10985: func (u *UpdateBotShippingQuery) TypeInfo() tdp.Type {
		tl_update_gen.go#L11016: func (u *UpdateBotShippingQuery) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L11025: func (u *UpdateBotShippingQuery) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L11039: func (u *UpdateBotShippingQuery) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L11050: func (u *UpdateBotShippingQuery) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L11084: func (u *UpdateBotShippingQuery) GetQueryID() (value int64) {
		tl_update_gen.go#L11092: func (u *UpdateBotShippingQuery) GetUserID() (value int64) {
		tl_update_gen.go#L11100: func (u *UpdateBotShippingQuery) GetPayload() (value []byte) {
		tl_update_gen.go#L11108: func (u *UpdateBotShippingQuery) GetShippingAddress() (value PostAddress) {
		tl_update_gen.go#L25315: 		v := UpdateBotShippingQuery{}
		tl_update_slices_gen.go#L733: 		value, ok := elem.(*UpdateBotShippingQuery)
		tl_update_slices_gen.go#L5463: type UpdateBotShippingQueryArray []UpdateBotShippingQuery
		tl_update_slices_gen.go#L5466: func (s UpdateBotShippingQueryArray) Sort(less func(a, b UpdateBotShippingQuery) bool) UpdateBotShippingQueryArray {
		tl_update_slices_gen.go#L5474: func (s UpdateBotShippingQueryArray) SortStable(less func(a, b UpdateBotShippingQuery) bool) UpdateBotShippingQueryArray {
		tl_update_slices_gen.go#L5482: func (s UpdateBotShippingQueryArray) Retain(keep func(x UpdateBotShippingQuery) bool) UpdateBotShippingQueryArray {
		tl_update_slices_gen.go#L5496: func (s UpdateBotShippingQueryArray) First() (v UpdateBotShippingQuery, ok bool) {
		tl_update_slices_gen.go#L5504: func (s UpdateBotShippingQueryArray) Last() (v UpdateBotShippingQuery, ok bool) {
		tl_update_slices_gen.go#L5512: func (s *UpdateBotShippingQueryArray) PopFirst() (v UpdateBotShippingQuery, ok bool) {
		tl_update_slices_gen.go#L5522: 	var zero UpdateBotShippingQuery
		tl_update_slices_gen.go#L5531: func (s *UpdateBotShippingQueryArray) Pop() (v UpdateBotShippingQuery, ok bool) {