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

8 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L1160: 		TextWithEntitiesTypeID:                                                  "textWithEntities#751f3146",
		tl_registry_gen.go#L2942: 		"textWithEntities":                                                  TextWithEntitiesTypeID,
		tl_registry_gen.go#L4724: 		TextWithEntitiesTypeID:                                                  func() bin.Object { return &TextWithEntities{} },
		tl_text_with_entities_gen.go#L52: const TextWithEntitiesTypeID = 0x751f3146
		tl_text_with_entities_gen.go#L98: 	return TextWithEntitiesTypeID
		tl_text_with_entities_gen.go#L110: 		ID:   TextWithEntitiesTypeID,
		tl_text_with_entities_gen.go#L134: 	b.PutID(TextWithEntitiesTypeID)
		tl_text_with_entities_gen.go#L161: 	if err := b.ConsumeID(TextWithEntitiesTypeID); err != nil {