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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L404: 	u.handlers[UpdateChannelMessageViewsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L293: 		UpdateChannelMessageViewsTypeID:                          "updateChannelMessageViews#f226ac08",
		tl_registry_gen.go#L2075: 		"updateChannelMessageViews":                          UpdateChannelMessageViewsTypeID,
		tl_registry_gen.go#L3857: 		UpdateChannelMessageViewsTypeID:                          func() bin.Object { return &UpdateChannelMessageViews{} },
		tl_registry_gen.go#L6554: 			UpdateChannelMessageViewsTypeID,
		tl_update_gen.go#L6151: const UpdateChannelMessageViewsTypeID = 0xf226ac08
		tl_update_gen.go#L6207: 	return UpdateChannelMessageViewsTypeID
		tl_update_gen.go#L6219: 		ID:   UpdateChannelMessageViewsTypeID,
		tl_update_gen.go#L6247: 	b.PutID(UpdateChannelMessageViewsTypeID)
		tl_update_gen.go#L6267: 	if err := b.ConsumeID(UpdateChannelMessageViewsTypeID); err != nil {
		tl_update_gen.go#L25152: 	case UpdateChannelMessageViewsTypeID: