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

31 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4268: 		TextMarkedTypeID:                                         func() bin.Object { return &TextMarked{} },
		tl_rich_text_gen.go#L1774: type TextMarked struct {
		tl_rich_text_gen.go#L1783: func (t TextMarked) construct() RichTextClass { return &t }
		tl_rich_text_gen.go#L1787: 	_ bin.Encoder     = &TextMarked{}
		tl_rich_text_gen.go#L1788: 	_ bin.Decoder     = &TextMarked{}
		tl_rich_text_gen.go#L1789: 	_ bin.BareEncoder = &TextMarked{}
		tl_rich_text_gen.go#L1790: 	_ bin.BareDecoder = &TextMarked{}
		tl_rich_text_gen.go#L1792: 	_ RichTextClass = &TextMarked{}
		tl_rich_text_gen.go#L1795: func (t *TextMarked) Zero() bool {
		tl_rich_text_gen.go#L1807: func (t *TextMarked) String() string {
		tl_rich_text_gen.go#L1811: 	type Alias TextMarked
		tl_rich_text_gen.go#L1816: func (t *TextMarked) FillFrom(from interface {
		tl_rich_text_gen.go#L1825: func (*TextMarked) TypeID() uint32 {
		tl_rich_text_gen.go#L1830: func (*TextMarked) TypeName() string {
		tl_rich_text_gen.go#L1835: func (t *TextMarked) TypeInfo() tdp.Type {
		tl_rich_text_gen.go#L1854: func (t *TextMarked) Encode(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1863: func (t *TextMarked) EncodeBare(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1877: func (t *TextMarked) Decode(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1888: func (t *TextMarked) DecodeBare(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1903: func (t *TextMarked) GetText() (value RichTextClass) {
		tl_rich_text_gen.go#L2577: 		v := TextMarked{}
		tl_rich_text_slices_gen.go#L265: 		value, ok := elem.(*TextMarked)
		tl_rich_text_slices_gen.go#L1217: type TextMarkedArray []TextMarked
		tl_rich_text_slices_gen.go#L1220: func (s TextMarkedArray) Sort(less func(a, b TextMarked) bool) TextMarkedArray {
		tl_rich_text_slices_gen.go#L1228: func (s TextMarkedArray) SortStable(less func(a, b TextMarked) bool) TextMarkedArray {
		tl_rich_text_slices_gen.go#L1236: func (s TextMarkedArray) Retain(keep func(x TextMarked) bool) TextMarkedArray {
		tl_rich_text_slices_gen.go#L1250: func (s TextMarkedArray) First() (v TextMarked, ok bool) {
		tl_rich_text_slices_gen.go#L1258: func (s TextMarkedArray) Last() (v TextMarked, ok bool) {
		tl_rich_text_slices_gen.go#L1266: func (s *TextMarkedArray) PopFirst() (v TextMarked, ok bool) {
		tl_rich_text_slices_gen.go#L1276: 	var zero TextMarked
		tl_rich_text_slices_gen.go#L1285: func (s *TextMarkedArray) Pop() (v TextMarked, ok bool) {