const github.com/gotd/td/tg.UpdatePinnedDialogsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L604: u.handlers[UpdatePinnedDialogsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L313: UpdatePinnedDialogsTypeID: "updatePinnedDialogs#fa0f3ca2",
tl_registry_gen.go#L2095: "updatePinnedDialogs": UpdatePinnedDialogsTypeID,
tl_registry_gen.go#L3877: UpdatePinnedDialogsTypeID: func() bin.Object { return &UpdatePinnedDialogs{} },
tl_registry_gen.go#L6574: UpdatePinnedDialogsTypeID,
tl_update_gen.go#L10345: const UpdatePinnedDialogsTypeID = 0xfa0f3ca2
tl_update_gen.go#L10405: return UpdatePinnedDialogsTypeID
tl_update_gen.go#L10417: ID: UpdatePinnedDialogsTypeID,
tl_update_gen.go#L10453: b.PutID(UpdatePinnedDialogsTypeID)
tl_update_gen.go#L10488: if err := b.ConsumeID(UpdatePinnedDialogsTypeID); err != nil {
tl_update_gen.go#L25292: case UpdatePinnedDialogsTypeID:
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. |