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

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L694: 		TextBoldTypeID:                                           "textBold#6724abc4",
		tl_registry_gen.go#L2476: 		"textBold":                                           TextBoldTypeID,
		tl_registry_gen.go#L4258: 		TextBoldTypeID:                                           func() bin.Object { return &TextBold{} },
		tl_registry_gen.go#L6389: 			TextBoldTypeID,
		tl_rich_text_gen.go#L281: const TextBoldTypeID = 0x6724abc4
		tl_rich_text_gen.go#L327: 	return TextBoldTypeID
		tl_rich_text_gen.go#L339: 		ID:   TextBoldTypeID,
		tl_rich_text_gen.go#L359: 	b.PutID(TextBoldTypeID)
		tl_rich_text_gen.go#L382: 	if err := b.ConsumeID(TextBoldTypeID); err != nil {
		tl_rich_text_gen.go#L2505: 	case TextBoldTypeID: