const github.com/gotd/td/tg.UpdateMoveStickerSetToTopTypeID

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1164: 	u.handlers[UpdateMoveStickerSetToTopTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L369: 		UpdateMoveStickerSetToTopTypeID:                          "updateMoveStickerSetToTop#86fccf85",
		tl_registry_gen.go#L2151: 		"updateMoveStickerSetToTop":                          UpdateMoveStickerSetToTopTypeID,
		tl_registry_gen.go#L3933: 		UpdateMoveStickerSetToTopTypeID:                          func() bin.Object { return &UpdateMoveStickerSetToTop{} },
		tl_registry_gen.go#L6630: 			UpdateMoveStickerSetToTopTypeID,
		tl_update_gen.go#L21448: const UpdateMoveStickerSetToTopTypeID = 0x86fccf85
		tl_update_gen.go#L21507: 	return UpdateMoveStickerSetToTopTypeID
		tl_update_gen.go#L21519: 		ID:   UpdateMoveStickerSetToTopTypeID,
		tl_update_gen.go#L21559: 	b.PutID(UpdateMoveStickerSetToTopTypeID)
		tl_update_gen.go#L21581: 	if err := b.ConsumeID(UpdateMoveStickerSetToTopTypeID); err != nil {
		tl_update_gen.go#L25684: 	case UpdateMoveStickerSetToTopTypeID: