type github.com/gotd/td/tg.UpdateShortSentMessageArray

22 uses

	github.com/gotd/td/tg (current package)
		tl_updates_slices_gen.go#L185: func (s UpdatesClassArray) AsUpdateShortSentMessage() (to UpdateShortSentMessageArray) {
		tl_updates_slices_gen.go#L734: type UpdateShortSentMessageArray []UpdateShortSentMessage
		tl_updates_slices_gen.go#L737: func (s UpdateShortSentMessageArray) Sort(less func(a, b UpdateShortSentMessage) bool) UpdateShortSentMessageArray {
		tl_updates_slices_gen.go#L745: func (s UpdateShortSentMessageArray) SortStable(less func(a, b UpdateShortSentMessage) bool) UpdateShortSentMessageArray {
		tl_updates_slices_gen.go#L753: func (s UpdateShortSentMessageArray) Retain(keep func(x UpdateShortSentMessage) bool) UpdateShortSentMessageArray {
		tl_updates_slices_gen.go#L767: func (s UpdateShortSentMessageArray) First() (v UpdateShortSentMessage, ok bool) {
		tl_updates_slices_gen.go#L775: func (s UpdateShortSentMessageArray) Last() (v UpdateShortSentMessage, ok bool) {
		tl_updates_slices_gen.go#L783: func (s *UpdateShortSentMessageArray) PopFirst() (v UpdateShortSentMessage, ok bool) {
		tl_updates_slices_gen.go#L802: func (s *UpdateShortSentMessageArray) Pop() (v UpdateShortSentMessage, ok bool) {
		tl_updates_slices_gen.go#L816: func (s UpdateShortSentMessageArray) SortByID() UpdateShortSentMessageArray {
		tl_updates_slices_gen.go#L823: func (s UpdateShortSentMessageArray) SortStableByID() UpdateShortSentMessageArray {
		tl_updates_slices_gen.go#L830: func (s UpdateShortSentMessageArray) SortByDate() UpdateShortSentMessageArray {
		tl_updates_slices_gen.go#L837: func (s UpdateShortSentMessageArray) SortStableByDate() UpdateShortSentMessageArray {
		tl_updates_slices_gen.go#L844: func (s UpdateShortSentMessageArray) FillMap(to map[int]UpdateShortSentMessage) {
		tl_updates_slices_gen.go#L851: func (s UpdateShortSentMessageArray) ToMap() map[int]UpdateShortSentMessage {