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

22 uses

	github.com/gotd/td/tg (current package)
		tl_updates_slices_gen.go#L133: func (s UpdatesClassArray) AsUpdateShortChatMessage() (to UpdateShortChatMessageArray) {
		tl_updates_slices_gen.go#L322: type UpdateShortChatMessageArray []UpdateShortChatMessage
		tl_updates_slices_gen.go#L325: func (s UpdateShortChatMessageArray) Sort(less func(a, b UpdateShortChatMessage) bool) UpdateShortChatMessageArray {
		tl_updates_slices_gen.go#L333: func (s UpdateShortChatMessageArray) SortStable(less func(a, b UpdateShortChatMessage) bool) UpdateShortChatMessageArray {
		tl_updates_slices_gen.go#L341: func (s UpdateShortChatMessageArray) Retain(keep func(x UpdateShortChatMessage) bool) UpdateShortChatMessageArray {
		tl_updates_slices_gen.go#L355: func (s UpdateShortChatMessageArray) First() (v UpdateShortChatMessage, ok bool) {
		tl_updates_slices_gen.go#L363: func (s UpdateShortChatMessageArray) Last() (v UpdateShortChatMessage, ok bool) {
		tl_updates_slices_gen.go#L371: func (s *UpdateShortChatMessageArray) PopFirst() (v UpdateShortChatMessage, ok bool) {
		tl_updates_slices_gen.go#L390: func (s *UpdateShortChatMessageArray) Pop() (v UpdateShortChatMessage, ok bool) {
		tl_updates_slices_gen.go#L404: func (s UpdateShortChatMessageArray) SortByID() UpdateShortChatMessageArray {
		tl_updates_slices_gen.go#L411: func (s UpdateShortChatMessageArray) SortStableByID() UpdateShortChatMessageArray {
		tl_updates_slices_gen.go#L418: func (s UpdateShortChatMessageArray) SortByDate() UpdateShortChatMessageArray {
		tl_updates_slices_gen.go#L425: func (s UpdateShortChatMessageArray) SortStableByDate() UpdateShortChatMessageArray {
		tl_updates_slices_gen.go#L432: func (s UpdateShortChatMessageArray) FillMap(to map[int]UpdateShortChatMessage) {
		tl_updates_slices_gen.go#L439: func (s UpdateShortChatMessageArray) ToMap() map[int]UpdateShortChatMessage {