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

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L701: 		TextConcatTypeID:                                         "textConcat#7e6260d7",
		tl_registry_gen.go#L2483: 		"textConcat":                                         TextConcatTypeID,
		tl_registry_gen.go#L4265: 		TextConcatTypeID:                                         func() bin.Object { return &TextConcat{} },
		tl_registry_gen.go#L6396: 			TextConcatTypeID,
		tl_rich_text_gen.go#L1342: const TextConcatTypeID = 0x7e6260d7
		tl_rich_text_gen.go#L1388: 	return TextConcatTypeID
		tl_rich_text_gen.go#L1400: 		ID:   TextConcatTypeID,
		tl_rich_text_gen.go#L1420: 	b.PutID(TextConcatTypeID)
		tl_rich_text_gen.go#L1446: 	if err := b.ConsumeID(TextConcatTypeID); err != nil {
		tl_rich_text_gen.go#L2554: 	case TextConcatTypeID: