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

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L699: 		TextURLTypeID:                                            "textUrl#3c2884c1",
		tl_registry_gen.go#L2481: 		"textUrl":                                            TextURLTypeID,
		tl_registry_gen.go#L4263: 		TextURLTypeID:                                            func() bin.Object { return &TextURL{} },
		tl_registry_gen.go#L6394: 			TextURLTypeID,
		tl_rich_text_gen.go#L985: const TextURLTypeID = 0x3c2884c1
		tl_rich_text_gen.go#L1041: 	return TextURLTypeID
		tl_rich_text_gen.go#L1053: 		ID:   TextURLTypeID,
		tl_rich_text_gen.go#L1081: 	b.PutID(TextURLTypeID)
		tl_rich_text_gen.go#L1106: 	if err := b.ConsumeID(TextURLTypeID); err != nil {
		tl_rich_text_gen.go#L2540: 	case TextURLTypeID: