type github.com/gotd/td/tg.TextBold
31 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4258: TextBoldTypeID: func() bin.Object { return &TextBold{} },
tl_rich_text_gen.go#L275: type TextBold struct {
tl_rich_text_gen.go#L284: func (t TextBold) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L288: _ bin.Encoder = &TextBold{}
tl_rich_text_gen.go#L289: _ bin.Decoder = &TextBold{}
tl_rich_text_gen.go#L290: _ bin.BareEncoder = &TextBold{}
tl_rich_text_gen.go#L291: _ bin.BareDecoder = &TextBold{}
tl_rich_text_gen.go#L293: _ RichTextClass = &TextBold{}
tl_rich_text_gen.go#L296: func (t *TextBold) Zero() bool {
tl_rich_text_gen.go#L308: func (t *TextBold) String() string {
tl_rich_text_gen.go#L312: type Alias TextBold
tl_rich_text_gen.go#L317: func (t *TextBold) FillFrom(from interface {
tl_rich_text_gen.go#L326: func (*TextBold) TypeID() uint32 {
tl_rich_text_gen.go#L331: func (*TextBold) TypeName() string {
tl_rich_text_gen.go#L336: func (t *TextBold) TypeInfo() tdp.Type {
tl_rich_text_gen.go#L355: func (t *TextBold) Encode(b *bin.Buffer) error {
tl_rich_text_gen.go#L364: func (t *TextBold) EncodeBare(b *bin.Buffer) error {
tl_rich_text_gen.go#L378: func (t *TextBold) Decode(b *bin.Buffer) error {
tl_rich_text_gen.go#L389: func (t *TextBold) DecodeBare(b *bin.Buffer) error {
tl_rich_text_gen.go#L404: func (t *TextBold) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L2507: v := TextBold{}
tl_rich_text_slices_gen.go#L135: value, ok := elem.(*TextBold)
tl_rich_text_slices_gen.go#L397: type TextBoldArray []TextBold
tl_rich_text_slices_gen.go#L400: func (s TextBoldArray) Sort(less func(a, b TextBold) bool) TextBoldArray {
tl_rich_text_slices_gen.go#L408: func (s TextBoldArray) SortStable(less func(a, b TextBold) bool) TextBoldArray {
tl_rich_text_slices_gen.go#L416: func (s TextBoldArray) Retain(keep func(x TextBold) bool) TextBoldArray {
tl_rich_text_slices_gen.go#L430: func (s TextBoldArray) First() (v TextBold, ok bool) {
tl_rich_text_slices_gen.go#L438: func (s TextBoldArray) Last() (v TextBold, ok bool) {
tl_rich_text_slices_gen.go#L446: func (s *TextBoldArray) PopFirst() (v TextBold, ok bool) {
tl_rich_text_slices_gen.go#L456: var zero TextBold
tl_rich_text_slices_gen.go#L465: func (s *TextBoldArray) Pop() (v TextBold, 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. |