type github.com/gotd/td/tg.TextEmailArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L211: func (s RichTextClassArray) AsTextEmail() (to TextEmailArray) {
tl_rich_text_slices_gen.go#L1071: type TextEmailArray []TextEmail
tl_rich_text_slices_gen.go#L1074: func (s TextEmailArray) Sort(less func(a, b TextEmail) bool) TextEmailArray {
tl_rich_text_slices_gen.go#L1082: func (s TextEmailArray) SortStable(less func(a, b TextEmail) bool) TextEmailArray {
tl_rich_text_slices_gen.go#L1090: func (s TextEmailArray) Retain(keep func(x TextEmail) bool) TextEmailArray {
tl_rich_text_slices_gen.go#L1104: func (s TextEmailArray) First() (v TextEmail, ok bool) {
tl_rich_text_slices_gen.go#L1112: func (s TextEmailArray) Last() (v TextEmail, ok bool) {
tl_rich_text_slices_gen.go#L1120: func (s *TextEmailArray) PopFirst() (v TextEmail, ok bool) {
tl_rich_text_slices_gen.go#L1139: func (s *TextEmailArray) Pop() (v TextEmail, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |