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

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L705: 		TextPhoneTypeID:                                          "textPhone#1ccb966a",
		tl_registry_gen.go#L2487: 		"textPhone":                                          TextPhoneTypeID,
		tl_registry_gen.go#L4269: 		TextPhoneTypeID:                                          func() bin.Object { return &TextPhone{} },
		tl_registry_gen.go#L6400: 			TextPhoneTypeID,
		tl_rich_text_gen.go#L1922: const TextPhoneTypeID = 0x1ccb966a
		tl_rich_text_gen.go#L1973: 	return TextPhoneTypeID
		tl_rich_text_gen.go#L1985: 		ID:   TextPhoneTypeID,
		tl_rich_text_gen.go#L2009: 	b.PutID(TextPhoneTypeID)
		tl_rich_text_gen.go#L2033: 	if err := b.ConsumeID(TextPhoneTypeID); err != nil {
		tl_rich_text_gen.go#L2582: 	case TextPhoneTypeID: