type github.com/gotd/td/tg.DraftMessageEmptyArray
12 uses
github.com/gotd/td/tg (current package)
tl_draft_message_slices_gen.go#L120: func (s DraftMessageClassArray) AsDraftMessageEmpty() (to DraftMessageEmptyArray) {
tl_draft_message_slices_gen.go#L201: type DraftMessageEmptyArray []DraftMessageEmpty
tl_draft_message_slices_gen.go#L204: func (s DraftMessageEmptyArray) Sort(less func(a, b DraftMessageEmpty) bool) DraftMessageEmptyArray {
tl_draft_message_slices_gen.go#L212: func (s DraftMessageEmptyArray) SortStable(less func(a, b DraftMessageEmpty) bool) DraftMessageEmptyArray {
tl_draft_message_slices_gen.go#L220: func (s DraftMessageEmptyArray) Retain(keep func(x DraftMessageEmpty) bool) DraftMessageEmptyArray {
tl_draft_message_slices_gen.go#L234: func (s DraftMessageEmptyArray) First() (v DraftMessageEmpty, ok bool) {
tl_draft_message_slices_gen.go#L242: func (s DraftMessageEmptyArray) Last() (v DraftMessageEmpty, ok bool) {
tl_draft_message_slices_gen.go#L250: func (s *DraftMessageEmptyArray) PopFirst() (v DraftMessageEmpty, ok bool) {
tl_draft_message_slices_gen.go#L269: func (s *DraftMessageEmptyArray) Pop() (v DraftMessageEmpty, 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. |