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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1288: 	u.handlers[UpdateBotMessageReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L422: 		UpdateBotMessageReactionTypeID:                           "updateBotMessageReaction#ac21d3ce",
		tl_registry_gen.go#L2889: 		"updateBotMessageReaction":                           UpdateBotMessageReactionTypeID,
		tl_registry_gen.go#L5356: 		UpdateBotMessageReactionTypeID:                           func() bin.Object { return &UpdateBotMessageReaction{} },
		tl_registry_gen.go#L9082: 			UpdateBotMessageReactionTypeID,
		tl_update_gen.go#L24507: const UpdateBotMessageReactionTypeID = 0xac21d3ce
		tl_update_gen.go#L24583: 	return UpdateBotMessageReactionTypeID
		tl_update_gen.go#L24595: 		ID:   UpdateBotMessageReactionTypeID,
		tl_update_gen.go#L24639: 	b.PutID(UpdateBotMessageReactionTypeID)
		tl_update_gen.go#L24689: 	if err := b.ConsumeID(UpdateBotMessageReactionTypeID); err != nil {
		tl_update_gen.go#L35017: 	case UpdateBotMessageReactionTypeID: