type github.com/gotd/td/tg.UpdatePtsChanged
21 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L574: type PtsChangedHandler func(ctx context.Context, e Entities, update *UpdatePtsChanged) error
tl_handlers_gen.go#L579: return handler(ctx, e, update.(*UpdatePtsChanged))
tl_registry_gen.go#L5285: UpdatePtsChangedTypeID: func() bin.Object { return &UpdatePtsChanged{} },
tl_update_gen.go#L9972: type UpdatePtsChanged struct {
tl_update_gen.go#L9979: func (u UpdatePtsChanged) construct() UpdateClass { return &u }
tl_update_gen.go#L9983: _ bin.Encoder = &UpdatePtsChanged{}
tl_update_gen.go#L9984: _ bin.Decoder = &UpdatePtsChanged{}
tl_update_gen.go#L9985: _ bin.BareEncoder = &UpdatePtsChanged{}
tl_update_gen.go#L9986: _ bin.BareDecoder = &UpdatePtsChanged{}
tl_update_gen.go#L9988: _ UpdateClass = &UpdatePtsChanged{}
tl_update_gen.go#L9991: func (u *UpdatePtsChanged) Zero() bool {
tl_update_gen.go#L10000: func (u *UpdatePtsChanged) String() string {
tl_update_gen.go#L10004: type Alias UpdatePtsChanged
tl_update_gen.go#L10011: func (*UpdatePtsChanged) TypeID() uint32 {
tl_update_gen.go#L10016: func (*UpdatePtsChanged) TypeName() string {
tl_update_gen.go#L10021: func (u *UpdatePtsChanged) TypeInfo() tdp.Type {
tl_update_gen.go#L10035: func (u *UpdatePtsChanged) Encode(b *bin.Buffer) error {
tl_update_gen.go#L10044: func (u *UpdatePtsChanged) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L10052: func (u *UpdatePtsChanged) Decode(b *bin.Buffer) error {
tl_update_gen.go#L10063: func (u *UpdatePtsChanged) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L34522: v := UpdatePtsChanged{}
![]() |
The pages are generated with Golds v0.8.5. (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. |