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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L884: 	u.handlers[UpdateChannelMessageForwardsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L341: 		UpdateChannelMessageForwardsTypeID:                       "updateChannelMessageForwards#d29a27f4",
		tl_registry_gen.go#L2123: 		"updateChannelMessageForwards":                       UpdateChannelMessageForwardsTypeID,
		tl_registry_gen.go#L3905: 		UpdateChannelMessageForwardsTypeID:                       func() bin.Object { return &UpdateChannelMessageForwards{} },
		tl_registry_gen.go#L6602: 			UpdateChannelMessageForwardsTypeID,
		tl_update_gen.go#L15306: const UpdateChannelMessageForwardsTypeID = 0xd29a27f4
		tl_update_gen.go#L15362: 	return UpdateChannelMessageForwardsTypeID
		tl_update_gen.go#L15374: 		ID:   UpdateChannelMessageForwardsTypeID,
		tl_update_gen.go#L15402: 	b.PutID(UpdateChannelMessageForwardsTypeID)
		tl_update_gen.go#L15422: 	if err := b.ConsumeID(UpdateChannelMessageForwardsTypeID); err != nil {
		tl_update_gen.go#L25488: 	case UpdateChannelMessageForwardsTypeID: