type github.com/gotd/td/tg.UpdatePtsChanged
21 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L570: type PtsChangedHandler func(ctx context.Context, e Entities, update *UpdatePtsChanged) error
tl_handlers_gen.go#L575: return handler(ctx, e, update.(*UpdatePtsChanged))
tl_registry_gen.go#L3874: UpdatePtsChangedTypeID: func() bin.Object { return &UpdatePtsChanged{} },
tl_update_gen.go#L9743: type UpdatePtsChanged struct {
tl_update_gen.go#L9750: func (u UpdatePtsChanged) construct() UpdateClass { return &u }
tl_update_gen.go#L9754: _ bin.Encoder = &UpdatePtsChanged{}
tl_update_gen.go#L9755: _ bin.Decoder = &UpdatePtsChanged{}
tl_update_gen.go#L9756: _ bin.BareEncoder = &UpdatePtsChanged{}
tl_update_gen.go#L9757: _ bin.BareDecoder = &UpdatePtsChanged{}
tl_update_gen.go#L9759: _ UpdateClass = &UpdatePtsChanged{}
tl_update_gen.go#L9762: func (u *UpdatePtsChanged) Zero() bool {
tl_update_gen.go#L9771: func (u *UpdatePtsChanged) String() string {
tl_update_gen.go#L9775: type Alias UpdatePtsChanged
tl_update_gen.go#L9782: func (*UpdatePtsChanged) TypeID() uint32 {
tl_update_gen.go#L9787: func (*UpdatePtsChanged) TypeName() string {
tl_update_gen.go#L9792: func (u *UpdatePtsChanged) TypeInfo() tdp.Type {
tl_update_gen.go#L9806: func (u *UpdatePtsChanged) Encode(b *bin.Buffer) error {
tl_update_gen.go#L9815: func (u *UpdatePtsChanged) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L9823: func (u *UpdatePtsChanged) Decode(b *bin.Buffer) error {
tl_update_gen.go#L9834: func (u *UpdatePtsChanged) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L25273: v := UpdatePtsChanged{}
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. |