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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L314: 	u.handlers[UpdateReadHistoryInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L284: 		UpdateReadHistoryInboxTypeID:                             "updateReadHistoryInbox#9c974fdf",
		tl_registry_gen.go#L2066: 		"updateReadHistoryInbox":                             UpdateReadHistoryInboxTypeID,
		tl_registry_gen.go#L3848: 		UpdateReadHistoryInboxTypeID:                             func() bin.Object { return &UpdateReadHistoryInbox{} },
		tl_registry_gen.go#L6545: 			UpdateReadHistoryInboxTypeID,
		tl_update_gen.go#L4057: const UpdateReadHistoryInboxTypeID = 0x9c974fdf
		tl_update_gen.go#L4134: 	return UpdateReadHistoryInboxTypeID
		tl_update_gen.go#L4146: 		ID:   UpdateReadHistoryInboxTypeID,
		tl_update_gen.go#L4194: 	b.PutID(UpdateReadHistoryInboxTypeID)
		tl_update_gen.go#L4228: 	if err := b.ConsumeID(UpdateReadHistoryInboxTypeID); err != nil {
		tl_update_gen.go#L25089: 	case UpdateReadHistoryInboxTypeID: