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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L888: 	u.handlers[UpdateChannelMessageForwardsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L382: 		UpdateChannelMessageForwardsTypeID:                       "updateChannelMessageForwards#d29a27f4",
		tl_registry_gen.go#L2849: 		"updateChannelMessageForwards":                       UpdateChannelMessageForwardsTypeID,
		tl_registry_gen.go#L5316: 		UpdateChannelMessageForwardsTypeID:                       func() bin.Object { return &UpdateChannelMessageForwards{} },
		tl_registry_gen.go#L9042: 			UpdateChannelMessageForwardsTypeID,
		tl_update_gen.go#L15933: const UpdateChannelMessageForwardsTypeID = 0xd29a27f4
		tl_update_gen.go#L15989: 	return UpdateChannelMessageForwardsTypeID
		tl_update_gen.go#L16001: 		ID:   UpdateChannelMessageForwardsTypeID,
		tl_update_gen.go#L16029: 	b.PutID(UpdateChannelMessageForwardsTypeID)
		tl_update_gen.go#L16049: 	if err := b.ConsumeID(UpdateChannelMessageForwardsTypeID); err != nil {
		tl_update_gen.go#L34737: 	case UpdateChannelMessageForwardsTypeID: