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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L604: 	u.handlers[UpdatePinnedDialogsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L313: 		UpdatePinnedDialogsTypeID:                                "updatePinnedDialogs#fa0f3ca2",
		tl_registry_gen.go#L2095: 		"updatePinnedDialogs":                                UpdatePinnedDialogsTypeID,
		tl_registry_gen.go#L3877: 		UpdatePinnedDialogsTypeID:                                func() bin.Object { return &UpdatePinnedDialogs{} },
		tl_registry_gen.go#L6574: 			UpdatePinnedDialogsTypeID,
		tl_update_gen.go#L10345: const UpdatePinnedDialogsTypeID = 0xfa0f3ca2
		tl_update_gen.go#L10405: 	return UpdatePinnedDialogsTypeID
		tl_update_gen.go#L10417: 		ID:   UpdatePinnedDialogsTypeID,
		tl_update_gen.go#L10453: 	b.PutID(UpdatePinnedDialogsTypeID)
		tl_update_gen.go#L10488: 	if err := b.ConsumeID(UpdatePinnedDialogsTypeID); err != nil {
		tl_update_gen.go#L25292: 	case UpdatePinnedDialogsTypeID: