type github.com/gotd/td/tg.TextItalicArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L146: func (s RichTextClassArray) AsTextItalic() (to TextItalicArray) {
tl_rich_text_slices_gen.go#L648: type TextItalicArray []TextItalic
tl_rich_text_slices_gen.go#L651: func (s TextItalicArray) Sort(less func(a, b TextItalic) bool) TextItalicArray {
tl_rich_text_slices_gen.go#L659: func (s TextItalicArray) SortStable(less func(a, b TextItalic) bool) TextItalicArray {
tl_rich_text_slices_gen.go#L667: func (s TextItalicArray) Retain(keep func(x TextItalic) bool) TextItalicArray {
tl_rich_text_slices_gen.go#L681: func (s TextItalicArray) First() (v TextItalic, ok bool) {
tl_rich_text_slices_gen.go#L689: func (s TextItalicArray) Last() (v TextItalic, ok bool) {
tl_rich_text_slices_gen.go#L697: func (s *TextItalicArray) PopFirst() (v TextItalic, ok bool) {
tl_rich_text_slices_gen.go#L716: func (s *TextItalicArray) Pop() (v TextItalic, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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. |