type github.com/gotd/td/tg.TextSubscript
31 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4266: TextSubscriptTypeID: func() bin.Object { return &TextSubscript{} },
tl_rich_text_gen.go#L1494: type TextSubscript struct {
tl_rich_text_gen.go#L1503: func (t TextSubscript) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L1507: _ bin.Encoder = &TextSubscript{}
tl_rich_text_gen.go#L1508: _ bin.Decoder = &TextSubscript{}
tl_rich_text_gen.go#L1509: _ bin.BareEncoder = &TextSubscript{}
tl_rich_text_gen.go#L1510: _ bin.BareDecoder = &TextSubscript{}
tl_rich_text_gen.go#L1512: _ RichTextClass = &TextSubscript{}
tl_rich_text_gen.go#L1515: func (t *TextSubscript) Zero() bool {
tl_rich_text_gen.go#L1527: func (t *TextSubscript) String() string {
tl_rich_text_gen.go#L1531: type Alias TextSubscript
tl_rich_text_gen.go#L1536: func (t *TextSubscript) FillFrom(from interface {
tl_rich_text_gen.go#L1545: func (*TextSubscript) TypeID() uint32 {
tl_rich_text_gen.go#L1550: func (*TextSubscript) TypeName() string {
tl_rich_text_gen.go#L1555: func (t *TextSubscript) TypeInfo() tdp.Type {
tl_rich_text_gen.go#L1574: func (t *TextSubscript) Encode(b *bin.Buffer) error {
tl_rich_text_gen.go#L1583: func (t *TextSubscript) EncodeBare(b *bin.Buffer) error {
tl_rich_text_gen.go#L1597: func (t *TextSubscript) Decode(b *bin.Buffer) error {
tl_rich_text_gen.go#L1608: func (t *TextSubscript) DecodeBare(b *bin.Buffer) error {
tl_rich_text_gen.go#L1623: func (t *TextSubscript) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L2563: v := TextSubscript{}
tl_rich_text_slices_gen.go#L239: value, ok := elem.(*TextSubscript)
tl_rich_text_slices_gen.go#L1053: type TextSubscriptArray []TextSubscript
tl_rich_text_slices_gen.go#L1056: func (s TextSubscriptArray) Sort(less func(a, b TextSubscript) bool) TextSubscriptArray {
tl_rich_text_slices_gen.go#L1064: func (s TextSubscriptArray) SortStable(less func(a, b TextSubscript) bool) TextSubscriptArray {
tl_rich_text_slices_gen.go#L1072: func (s TextSubscriptArray) Retain(keep func(x TextSubscript) bool) TextSubscriptArray {
tl_rich_text_slices_gen.go#L1086: func (s TextSubscriptArray) First() (v TextSubscript, ok bool) {
tl_rich_text_slices_gen.go#L1094: func (s TextSubscriptArray) Last() (v TextSubscript, ok bool) {
tl_rich_text_slices_gen.go#L1102: func (s *TextSubscriptArray) PopFirst() (v TextSubscript, ok bool) {
tl_rich_text_slices_gen.go#L1112: var zero TextSubscript
tl_rich_text_slices_gen.go#L1121: func (s *TextSubscriptArray) Pop() (v TextSubscript, 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. |