type github.com/gotd/td/tg.RichTextClass
149 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L142: Text RichTextClass
tl_page_block_gen.go#L183: GetText() (value RichTextClass)
tl_page_block_gen.go#L269: func (p *PageBlockTitle) GetText() (value RichTextClass) {
tl_page_block_gen.go#L282: Text RichTextClass
tl_page_block_gen.go#L323: GetText() (value RichTextClass)
tl_page_block_gen.go#L409: func (p *PageBlockSubtitle) GetText() (value RichTextClass) {
tl_page_block_gen.go#L422: Author RichTextClass
tl_page_block_gen.go#L468: GetAuthor() (value RichTextClass)
tl_page_block_gen.go#L568: func (p *PageBlockAuthorDate) GetAuthor() (value RichTextClass) {
tl_page_block_gen.go#L589: Text RichTextClass
tl_page_block_gen.go#L630: GetText() (value RichTextClass)
tl_page_block_gen.go#L716: func (p *PageBlockHeader) GetText() (value RichTextClass) {
tl_page_block_gen.go#L729: Text RichTextClass
tl_page_block_gen.go#L770: GetText() (value RichTextClass)
tl_page_block_gen.go#L856: func (p *PageBlockSubheader) GetText() (value RichTextClass) {
tl_page_block_gen.go#L869: Text RichTextClass
tl_page_block_gen.go#L910: GetText() (value RichTextClass)
tl_page_block_gen.go#L996: func (p *PageBlockParagraph) GetText() (value RichTextClass) {
tl_page_block_gen.go#L1009: Text RichTextClass
tl_page_block_gen.go#L1055: GetText() (value RichTextClass)
tl_page_block_gen.go#L1155: func (p *PageBlockPreformatted) GetText() (value RichTextClass) {
tl_page_block_gen.go#L1176: Text RichTextClass
tl_page_block_gen.go#L1217: GetText() (value RichTextClass)
tl_page_block_gen.go#L1303: func (p *PageBlockFooter) GetText() (value RichTextClass) {
tl_page_block_gen.go#L1711: Text RichTextClass
tl_page_block_gen.go#L1713: Caption RichTextClass
tl_page_block_gen.go#L1757: GetText() (value RichTextClass)
tl_page_block_gen.go#L1758: GetCaption() (value RichTextClass)
tl_page_block_gen.go#L1862: func (p *PageBlockBlockquote) GetText() (value RichTextClass) {
tl_page_block_gen.go#L1870: func (p *PageBlockBlockquote) GetCaption() (value RichTextClass) {
tl_page_block_gen.go#L1883: Text RichTextClass
tl_page_block_gen.go#L1885: Caption RichTextClass
tl_page_block_gen.go#L1929: GetText() (value RichTextClass)
tl_page_block_gen.go#L1930: GetCaption() (value RichTextClass)
tl_page_block_gen.go#L2034: func (p *PageBlockPullquote) GetText() (value RichTextClass) {
tl_page_block_gen.go#L2042: func (p *PageBlockPullquote) GetCaption() (value RichTextClass) {
tl_page_block_gen.go#L4188: Text RichTextClass
tl_page_block_gen.go#L4229: GetText() (value RichTextClass)
tl_page_block_gen.go#L4315: func (p *PageBlockKicker) GetText() (value RichTextClass) {
tl_page_block_gen.go#L4337: Title RichTextClass
tl_page_block_gen.go#L4394: GetTitle() (value RichTextClass)
tl_page_block_gen.go#L4580: func (p *PageBlockTable) GetTitle() (value RichTextClass) {
tl_page_block_gen.go#L4768: Title RichTextClass
tl_page_block_gen.go#L4820: GetTitle() (value RichTextClass)
tl_page_block_gen.go#L4987: func (p *PageBlockDetails) GetTitle() (value RichTextClass) {
tl_page_block_gen.go#L5005: Title RichTextClass
tl_page_block_gen.go#L5051: GetTitle() (value RichTextClass)
tl_page_block_gen.go#L5166: func (p *PageBlockRelatedArticles) GetTitle() (value RichTextClass) {
tl_page_caption_gen.go#L40: Text RichTextClass
tl_page_caption_gen.go#L42: Credit RichTextClass
tl_page_caption_gen.go#L81: GetText() (value RichTextClass)
tl_page_caption_gen.go#L82: GetCredit() (value RichTextClass)
tl_page_caption_gen.go#L186: func (p *PageCaption) GetText() (value RichTextClass) {
tl_page_caption_gen.go#L194: func (p *PageCaption) GetCredit() (value RichTextClass) {
tl_page_list_item_gen.go#L40: Text RichTextClass
tl_page_list_item_gen.go#L81: GetText() (value RichTextClass)
tl_page_list_item_gen.go#L167: func (p *PageListItemText) GetText() (value RichTextClass) {
tl_page_list_ordered_item_gen.go#L42: Text RichTextClass
tl_page_list_ordered_item_gen.go#L87: GetText() (value RichTextClass)
tl_page_list_ordered_item_gen.go#L194: func (p *PageListOrderedItemText) GetText() (value RichTextClass) {
tl_page_table_cell_gen.go#L57: Text RichTextClass
tl_page_table_cell_gen.go#L130: GetText() (value RichTextClass, ok bool)
tl_page_table_cell_gen.go#L429: func (p *PageTableCell) SetText(value RichTextClass) {
tl_page_table_cell_gen.go#L436: func (p *PageTableCell) GetText() (value RichTextClass, ok bool) {
tl_rich_text_gen.go#L45: func (t TextEmpty) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L54: _ RichTextClass = &TextEmpty{}
tl_rich_text_gen.go#L149: func (t TextPlain) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L158: _ RichTextClass = &TextPlain{}
tl_rich_text_gen.go#L277: Text RichTextClass
tl_rich_text_gen.go#L284: func (t TextBold) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L293: _ RichTextClass = &TextBold{}
tl_rich_text_gen.go#L318: GetText() (value RichTextClass)
tl_rich_text_gen.go#L404: func (t *TextBold) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L417: Text RichTextClass
tl_rich_text_gen.go#L424: func (t TextItalic) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L433: _ RichTextClass = &TextItalic{}
tl_rich_text_gen.go#L458: GetText() (value RichTextClass)
tl_rich_text_gen.go#L544: func (t *TextItalic) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L557: Text RichTextClass
tl_rich_text_gen.go#L564: func (t TextUnderline) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L573: _ RichTextClass = &TextUnderline{}
tl_rich_text_gen.go#L598: GetText() (value RichTextClass)
tl_rich_text_gen.go#L684: func (t *TextUnderline) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L697: Text RichTextClass
tl_rich_text_gen.go#L704: func (t TextStrike) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L713: _ RichTextClass = &TextStrike{}
tl_rich_text_gen.go#L738: GetText() (value RichTextClass)
tl_rich_text_gen.go#L824: func (t *TextStrike) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L837: Text RichTextClass
tl_rich_text_gen.go#L844: func (t TextFixed) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L853: _ RichTextClass = &TextFixed{}
tl_rich_text_gen.go#L878: GetText() (value RichTextClass)
tl_rich_text_gen.go#L964: func (t *TextFixed) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L977: Text RichTextClass
tl_rich_text_gen.go#L988: func (t TextURL) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L997: _ RichTextClass = &TextURL{}
tl_rich_text_gen.go#L1028: GetText() (value RichTextClass)
tl_rich_text_gen.go#L1142: func (t *TextURL) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L1171: Text RichTextClass
tl_rich_text_gen.go#L1180: func (t TextEmail) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L1189: _ RichTextClass = &TextEmail{}
tl_rich_text_gen.go#L1217: GetText() (value RichTextClass)
tl_rich_text_gen.go#L1317: func (t *TextEmail) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L1338: Texts []RichTextClass
tl_rich_text_gen.go#L1345: func (t TextConcat) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L1354: _ RichTextClass = &TextConcat{}
tl_rich_text_gen.go#L1379: GetTexts() (value []RichTextClass)
tl_rich_text_gen.go#L1464: t.Texts = make([]RichTextClass, 0, headerLen%bin.PreallocateLimit)
tl_rich_text_gen.go#L1478: func (t *TextConcat) GetTexts() (value []RichTextClass) {
tl_rich_text_gen.go#L1496: Text RichTextClass
tl_rich_text_gen.go#L1503: func (t TextSubscript) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L1512: _ RichTextClass = &TextSubscript{}
tl_rich_text_gen.go#L1537: GetText() (value RichTextClass)
tl_rich_text_gen.go#L1623: func (t *TextSubscript) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L1636: Text RichTextClass
tl_rich_text_gen.go#L1643: func (t TextSuperscript) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L1652: _ RichTextClass = &TextSuperscript{}
tl_rich_text_gen.go#L1677: GetText() (value RichTextClass)
tl_rich_text_gen.go#L1763: func (t *TextSuperscript) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L1776: Text RichTextClass
tl_rich_text_gen.go#L1783: func (t TextMarked) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L1792: _ RichTextClass = &TextMarked{}
tl_rich_text_gen.go#L1817: GetText() (value RichTextClass)
tl_rich_text_gen.go#L1903: func (t *TextMarked) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L1916: Text RichTextClass
tl_rich_text_gen.go#L1925: func (t TextPhone) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L1934: _ RichTextClass = &TextPhone{}
tl_rich_text_gen.go#L1962: GetText() (value RichTextClass)
tl_rich_text_gen.go#L2062: func (t *TextPhone) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L2094: func (t TextImage) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L2103: _ RichTextClass = &TextImage{}
tl_rich_text_gen.go#L2272: Text RichTextClass
tl_rich_text_gen.go#L2281: func (t TextAnchor) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L2290: _ RichTextClass = &TextAnchor{}
tl_rich_text_gen.go#L2318: GetText() (value RichTextClass)
tl_rich_text_gen.go#L2418: func (t *TextAnchor) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L2465: type RichTextClass interface {
tl_rich_text_gen.go#L2470: construct() RichTextClass
tl_rich_text_gen.go#L2485: func DecodeRichText(buf *bin.Buffer) (RichTextClass, error) {
tl_rich_text_gen.go#L2610: RichText RichTextClass
tl_rich_text_slices_gen.go#L38: type RichTextClassArray []RichTextClass
tl_rich_text_slices_gen.go#L41: func (s RichTextClassArray) Sort(less func(a, b RichTextClass) bool) RichTextClassArray {
tl_rich_text_slices_gen.go#L49: func (s RichTextClassArray) SortStable(less func(a, b RichTextClass) bool) RichTextClassArray {
tl_rich_text_slices_gen.go#L57: func (s RichTextClassArray) Retain(keep func(x RichTextClass) bool) RichTextClassArray {
tl_rich_text_slices_gen.go#L71: func (s RichTextClassArray) First() (v RichTextClass, ok bool) {
tl_rich_text_slices_gen.go#L79: func (s RichTextClassArray) Last() (v RichTextClass, ok bool) {
tl_rich_text_slices_gen.go#L87: func (s *RichTextClassArray) PopFirst() (v RichTextClass, ok bool) {
tl_rich_text_slices_gen.go#L97: var zero RichTextClass
tl_rich_text_slices_gen.go#L106: func (s *RichTextClassArray) Pop() (v RichTextClass, ok bool) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |