type github.com/gotd/td/tg.UpdateMessageIDArray
18 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L133: func (s UpdateClassArray) AsUpdateMessageID() (to UpdateMessageIDArray) {
tl_update_slices_gen.go#L1593: type UpdateMessageIDArray []UpdateMessageID
tl_update_slices_gen.go#L1596: func (s UpdateMessageIDArray) Sort(less func(a, b UpdateMessageID) bool) UpdateMessageIDArray {
tl_update_slices_gen.go#L1604: func (s UpdateMessageIDArray) SortStable(less func(a, b UpdateMessageID) bool) UpdateMessageIDArray {
tl_update_slices_gen.go#L1612: func (s UpdateMessageIDArray) Retain(keep func(x UpdateMessageID) bool) UpdateMessageIDArray {
tl_update_slices_gen.go#L1626: func (s UpdateMessageIDArray) First() (v UpdateMessageID, ok bool) {
tl_update_slices_gen.go#L1634: func (s UpdateMessageIDArray) Last() (v UpdateMessageID, ok bool) {
tl_update_slices_gen.go#L1642: func (s *UpdateMessageIDArray) PopFirst() (v UpdateMessageID, ok bool) {
tl_update_slices_gen.go#L1661: func (s *UpdateMessageIDArray) Pop() (v UpdateMessageID, ok bool) {
tl_update_slices_gen.go#L1675: func (s UpdateMessageIDArray) SortByID() UpdateMessageIDArray {
tl_update_slices_gen.go#L1682: func (s UpdateMessageIDArray) SortStableByID() UpdateMessageIDArray {
tl_update_slices_gen.go#L1689: func (s UpdateMessageIDArray) FillMap(to map[int]UpdateMessageID) {
tl_update_slices_gen.go#L1696: func (s UpdateMessageIDArray) ToMap() map[int]UpdateMessageID {
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. |