type github.com/gotd/td/tg.TextURL
33 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4263: TextURLTypeID: func() bin.Object { return &TextURL{} },
tl_rich_text_gen.go#L975: type TextURL struct {
tl_rich_text_gen.go#L988: func (t TextURL) construct() RichTextClass { return &t }
tl_rich_text_gen.go#L992: _ bin.Encoder = &TextURL{}
tl_rich_text_gen.go#L993: _ bin.Decoder = &TextURL{}
tl_rich_text_gen.go#L994: _ bin.BareEncoder = &TextURL{}
tl_rich_text_gen.go#L995: _ bin.BareDecoder = &TextURL{}
tl_rich_text_gen.go#L997: _ RichTextClass = &TextURL{}
tl_rich_text_gen.go#L1000: func (t *TextURL) Zero() bool {
tl_rich_text_gen.go#L1018: func (t *TextURL) String() string {
tl_rich_text_gen.go#L1022: type Alias TextURL
tl_rich_text_gen.go#L1027: func (t *TextURL) FillFrom(from interface {
tl_rich_text_gen.go#L1040: func (*TextURL) TypeID() uint32 {
tl_rich_text_gen.go#L1045: func (*TextURL) TypeName() string {
tl_rich_text_gen.go#L1050: func (t *TextURL) TypeInfo() tdp.Type {
tl_rich_text_gen.go#L1077: func (t *TextURL) Encode(b *bin.Buffer) error {
tl_rich_text_gen.go#L1086: func (t *TextURL) EncodeBare(b *bin.Buffer) error {
tl_rich_text_gen.go#L1102: func (t *TextURL) Decode(b *bin.Buffer) error {
tl_rich_text_gen.go#L1113: func (t *TextURL) DecodeBare(b *bin.Buffer) error {
tl_rich_text_gen.go#L1142: func (t *TextURL) GetText() (value RichTextClass) {
tl_rich_text_gen.go#L1150: func (t *TextURL) GetURL() (value string) {
tl_rich_text_gen.go#L1158: func (t *TextURL) GetWebpageID() (value int64) {
tl_rich_text_gen.go#L2542: v := TextURL{}
tl_rich_text_slices_gen.go#L200: value, ok := elem.(*TextURL)
tl_rich_text_slices_gen.go#L807: type TextURLArray []TextURL
tl_rich_text_slices_gen.go#L810: func (s TextURLArray) Sort(less func(a, b TextURL) bool) TextURLArray {
tl_rich_text_slices_gen.go#L818: func (s TextURLArray) SortStable(less func(a, b TextURL) bool) TextURLArray {
tl_rich_text_slices_gen.go#L826: func (s TextURLArray) Retain(keep func(x TextURL) bool) TextURLArray {
tl_rich_text_slices_gen.go#L840: func (s TextURLArray) First() (v TextURL, ok bool) {
tl_rich_text_slices_gen.go#L848: func (s TextURLArray) Last() (v TextURL, ok bool) {
tl_rich_text_slices_gen.go#L856: func (s *TextURLArray) PopFirst() (v TextURL, ok bool) {
tl_rich_text_slices_gen.go#L866: var zero TextURL
tl_rich_text_slices_gen.go#L875: func (s *TextURLArray) Pop() (v TextURL, 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. |