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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1154: 	u.handlers[UpdateRecentReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L368: 		UpdateRecentReactionsTypeID:                              "updateRecentReactions#6f7863f4",
		tl_registry_gen.go#L2150: 		"updateRecentReactions":                              UpdateRecentReactionsTypeID,
		tl_registry_gen.go#L3932: 		UpdateRecentReactionsTypeID:                              func() bin.Object { return &UpdateRecentReactions{} },
		tl_registry_gen.go#L6629: 			UpdateRecentReactionsTypeID,
		tl_update_gen.go#L21323: const UpdateRecentReactionsTypeID = 0x6f7863f4
		tl_update_gen.go#L21359: 	return UpdateRecentReactionsTypeID
		tl_update_gen.go#L21371: 		ID:   UpdateRecentReactionsTypeID,
		tl_update_gen.go#L21386: 	b.PutID(UpdateRecentReactionsTypeID)
		tl_update_gen.go#L21403: 	if err := b.ConsumeID(UpdateRecentReactionsTypeID); err != nil {
		tl_update_gen.go#L25677: 	case UpdateRecentReactionsTypeID: