type github.com/gotd/td/tg.UpdateDialogPinnedArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L679: func (s UpdateClassArray) AsUpdateDialogPinned() (to UpdateDialogPinnedArray) {
tl_update_slices_gen.go#L5135: type UpdateDialogPinnedArray []UpdateDialogPinned
tl_update_slices_gen.go#L5138: func (s UpdateDialogPinnedArray) Sort(less func(a, b UpdateDialogPinned) bool) UpdateDialogPinnedArray {
tl_update_slices_gen.go#L5146: func (s UpdateDialogPinnedArray) SortStable(less func(a, b UpdateDialogPinned) bool) UpdateDialogPinnedArray {
tl_update_slices_gen.go#L5154: func (s UpdateDialogPinnedArray) Retain(keep func(x UpdateDialogPinned) bool) UpdateDialogPinnedArray {
tl_update_slices_gen.go#L5168: func (s UpdateDialogPinnedArray) First() (v UpdateDialogPinned, ok bool) {
tl_update_slices_gen.go#L5176: func (s UpdateDialogPinnedArray) Last() (v UpdateDialogPinned, ok bool) {
tl_update_slices_gen.go#L5184: func (s *UpdateDialogPinnedArray) PopFirst() (v UpdateDialogPinned, ok bool) {
tl_update_slices_gen.go#L5203: func (s *UpdateDialogPinnedArray) Pop() (v UpdateDialogPinned, 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. |