type github.com/gotd/td/tg.TextSuperscript

31 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4267: 		TextSuperscriptTypeID:                                    func() bin.Object { return &TextSuperscript{} },
		tl_rich_text_gen.go#L1634: type TextSuperscript struct {
		tl_rich_text_gen.go#L1643: func (t TextSuperscript) construct() RichTextClass { return &t }
		tl_rich_text_gen.go#L1647: 	_ bin.Encoder     = &TextSuperscript{}
		tl_rich_text_gen.go#L1648: 	_ bin.Decoder     = &TextSuperscript{}
		tl_rich_text_gen.go#L1649: 	_ bin.BareEncoder = &TextSuperscript{}
		tl_rich_text_gen.go#L1650: 	_ bin.BareDecoder = &TextSuperscript{}
		tl_rich_text_gen.go#L1652: 	_ RichTextClass = &TextSuperscript{}
		tl_rich_text_gen.go#L1655: func (t *TextSuperscript) Zero() bool {
		tl_rich_text_gen.go#L1667: func (t *TextSuperscript) String() string {
		tl_rich_text_gen.go#L1671: 	type Alias TextSuperscript
		tl_rich_text_gen.go#L1676: func (t *TextSuperscript) FillFrom(from interface {
		tl_rich_text_gen.go#L1685: func (*TextSuperscript) TypeID() uint32 {
		tl_rich_text_gen.go#L1690: func (*TextSuperscript) TypeName() string {
		tl_rich_text_gen.go#L1695: func (t *TextSuperscript) TypeInfo() tdp.Type {
		tl_rich_text_gen.go#L1714: func (t *TextSuperscript) Encode(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1723: func (t *TextSuperscript) EncodeBare(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1737: func (t *TextSuperscript) Decode(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1748: func (t *TextSuperscript) DecodeBare(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1763: func (t *TextSuperscript) GetText() (value RichTextClass) {
		tl_rich_text_gen.go#L2570: 		v := TextSuperscript{}
		tl_rich_text_slices_gen.go#L252: 		value, ok := elem.(*TextSuperscript)
		tl_rich_text_slices_gen.go#L1135: type TextSuperscriptArray []TextSuperscript
		tl_rich_text_slices_gen.go#L1138: func (s TextSuperscriptArray) Sort(less func(a, b TextSuperscript) bool) TextSuperscriptArray {
		tl_rich_text_slices_gen.go#L1146: func (s TextSuperscriptArray) SortStable(less func(a, b TextSuperscript) bool) TextSuperscriptArray {
		tl_rich_text_slices_gen.go#L1154: func (s TextSuperscriptArray) Retain(keep func(x TextSuperscript) bool) TextSuperscriptArray {
		tl_rich_text_slices_gen.go#L1168: func (s TextSuperscriptArray) First() (v TextSuperscript, ok bool) {
		tl_rich_text_slices_gen.go#L1176: func (s TextSuperscriptArray) Last() (v TextSuperscript, ok bool) {
		tl_rich_text_slices_gen.go#L1184: func (s *TextSuperscriptArray) PopFirst() (v TextSuperscript, ok bool) {
		tl_rich_text_slices_gen.go#L1194: 	var zero TextSuperscript
		tl_rich_text_slices_gen.go#L1203: func (s *TextSuperscriptArray) Pop() (v TextSuperscript, ok bool) {