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

31 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4257: 		TextPlainTypeID:                                          func() bin.Object { return &TextPlain{} },
		tl_rich_text_gen.go#L140: type TextPlain struct {
		tl_rich_text_gen.go#L149: func (t TextPlain) construct() RichTextClass { return &t }
		tl_rich_text_gen.go#L153: 	_ bin.Encoder     = &TextPlain{}
		tl_rich_text_gen.go#L154: 	_ bin.Decoder     = &TextPlain{}
		tl_rich_text_gen.go#L155: 	_ bin.BareEncoder = &TextPlain{}
		tl_rich_text_gen.go#L156: 	_ bin.BareDecoder = &TextPlain{}
		tl_rich_text_gen.go#L158: 	_ RichTextClass = &TextPlain{}
		tl_rich_text_gen.go#L161: func (t *TextPlain) Zero() bool {
		tl_rich_text_gen.go#L173: func (t *TextPlain) String() string {
		tl_rich_text_gen.go#L177: 	type Alias TextPlain
		tl_rich_text_gen.go#L182: func (t *TextPlain) FillFrom(from interface {
		tl_rich_text_gen.go#L191: func (*TextPlain) TypeID() uint32 {
		tl_rich_text_gen.go#L196: func (*TextPlain) TypeName() string {
		tl_rich_text_gen.go#L201: func (t *TextPlain) TypeInfo() tdp.Type {
		tl_rich_text_gen.go#L220: func (t *TextPlain) Encode(b *bin.Buffer) error {
		tl_rich_text_gen.go#L229: func (t *TextPlain) EncodeBare(b *bin.Buffer) error {
		tl_rich_text_gen.go#L238: func (t *TextPlain) Decode(b *bin.Buffer) error {
		tl_rich_text_gen.go#L249: func (t *TextPlain) DecodeBare(b *bin.Buffer) error {
		tl_rich_text_gen.go#L264: func (t *TextPlain) GetText() (value string) {
		tl_rich_text_gen.go#L2500: 		v := TextPlain{}
		tl_rich_text_slices_gen.go#L122: 		value, ok := elem.(*TextPlain)
		tl_rich_text_slices_gen.go#L315: type TextPlainArray []TextPlain
		tl_rich_text_slices_gen.go#L318: func (s TextPlainArray) Sort(less func(a, b TextPlain) bool) TextPlainArray {
		tl_rich_text_slices_gen.go#L326: func (s TextPlainArray) SortStable(less func(a, b TextPlain) bool) TextPlainArray {
		tl_rich_text_slices_gen.go#L334: func (s TextPlainArray) Retain(keep func(x TextPlain) bool) TextPlainArray {
		tl_rich_text_slices_gen.go#L348: func (s TextPlainArray) First() (v TextPlain, ok bool) {
		tl_rich_text_slices_gen.go#L356: func (s TextPlainArray) Last() (v TextPlain, ok bool) {
		tl_rich_text_slices_gen.go#L364: func (s *TextPlainArray) PopFirst() (v TextPlain, ok bool) {
		tl_rich_text_slices_gen.go#L374: 	var zero TextPlain
		tl_rich_text_slices_gen.go#L383: func (s *TextPlainArray) Pop() (v TextPlain, ok bool) {