type github.com/gotd/td/tg.UpdateShortMessageArray
22 uses
github.com/gotd/td/tg (current package)
tl_updates_slices_gen.go#L120: func (s UpdatesClassArray) AsUpdateShortMessage() (to UpdateShortMessageArray) {
tl_updates_slices_gen.go#L198: type UpdateShortMessageArray []UpdateShortMessage
tl_updates_slices_gen.go#L201: func (s UpdateShortMessageArray) Sort(less func(a, b UpdateShortMessage) bool) UpdateShortMessageArray {
tl_updates_slices_gen.go#L209: func (s UpdateShortMessageArray) SortStable(less func(a, b UpdateShortMessage) bool) UpdateShortMessageArray {
tl_updates_slices_gen.go#L217: func (s UpdateShortMessageArray) Retain(keep func(x UpdateShortMessage) bool) UpdateShortMessageArray {
tl_updates_slices_gen.go#L231: func (s UpdateShortMessageArray) First() (v UpdateShortMessage, ok bool) {
tl_updates_slices_gen.go#L239: func (s UpdateShortMessageArray) Last() (v UpdateShortMessage, ok bool) {
tl_updates_slices_gen.go#L247: func (s *UpdateShortMessageArray) PopFirst() (v UpdateShortMessage, ok bool) {
tl_updates_slices_gen.go#L266: func (s *UpdateShortMessageArray) Pop() (v UpdateShortMessage, ok bool) {
tl_updates_slices_gen.go#L280: func (s UpdateShortMessageArray) SortByID() UpdateShortMessageArray {
tl_updates_slices_gen.go#L287: func (s UpdateShortMessageArray) SortStableByID() UpdateShortMessageArray {
tl_updates_slices_gen.go#L294: func (s UpdateShortMessageArray) SortByDate() UpdateShortMessageArray {
tl_updates_slices_gen.go#L301: func (s UpdateShortMessageArray) SortStableByDate() UpdateShortMessageArray {
tl_updates_slices_gen.go#L308: func (s UpdateShortMessageArray) FillMap(to map[int]UpdateShortMessage) {
tl_updates_slices_gen.go#L315: func (s UpdateShortMessageArray) ToMap() map[int]UpdateShortMessage {
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. |