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

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L693: 		TextPlainTypeID:                                          "textPlain#744694e0",
		tl_registry_gen.go#L2475: 		"textPlain":                                          TextPlainTypeID,
		tl_registry_gen.go#L4257: 		TextPlainTypeID:                                          func() bin.Object { return &TextPlain{} },
		tl_registry_gen.go#L6388: 			TextPlainTypeID,
		tl_rich_text_gen.go#L146: const TextPlainTypeID = 0x744694e0
		tl_rich_text_gen.go#L192: 	return TextPlainTypeID
		tl_rich_text_gen.go#L204: 		ID:   TextPlainTypeID,
		tl_rich_text_gen.go#L224: 	b.PutID(TextPlainTypeID)
		tl_rich_text_gen.go#L242: 	if err := b.ConsumeID(TextPlainTypeID); err != nil {
		tl_rich_text_gen.go#L2498: 	case TextPlainTypeID: