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

22 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_slices_gen.go#L183: func (s EncryptedChatClassArray) AsEncryptedChatWaiting() (to EncryptedChatWaitingArray) {
		tl_encrypted_chat_slices_gen.go#L472: type EncryptedChatWaitingArray []EncryptedChatWaiting
		tl_encrypted_chat_slices_gen.go#L475: func (s EncryptedChatWaitingArray) Sort(less func(a, b EncryptedChatWaiting) bool) EncryptedChatWaitingArray {
		tl_encrypted_chat_slices_gen.go#L483: func (s EncryptedChatWaitingArray) SortStable(less func(a, b EncryptedChatWaiting) bool) EncryptedChatWaitingArray {
		tl_encrypted_chat_slices_gen.go#L491: func (s EncryptedChatWaitingArray) Retain(keep func(x EncryptedChatWaiting) bool) EncryptedChatWaitingArray {
		tl_encrypted_chat_slices_gen.go#L505: func (s EncryptedChatWaitingArray) First() (v EncryptedChatWaiting, ok bool) {
		tl_encrypted_chat_slices_gen.go#L513: func (s EncryptedChatWaitingArray) Last() (v EncryptedChatWaiting, ok bool) {
		tl_encrypted_chat_slices_gen.go#L521: func (s *EncryptedChatWaitingArray) PopFirst() (v EncryptedChatWaiting, ok bool) {
		tl_encrypted_chat_slices_gen.go#L540: func (s *EncryptedChatWaitingArray) Pop() (v EncryptedChatWaiting, ok bool) {
		tl_encrypted_chat_slices_gen.go#L554: func (s EncryptedChatWaitingArray) SortByID() EncryptedChatWaitingArray {
		tl_encrypted_chat_slices_gen.go#L561: func (s EncryptedChatWaitingArray) SortStableByID() EncryptedChatWaitingArray {
		tl_encrypted_chat_slices_gen.go#L568: func (s EncryptedChatWaitingArray) SortByDate() EncryptedChatWaitingArray {
		tl_encrypted_chat_slices_gen.go#L575: func (s EncryptedChatWaitingArray) SortStableByDate() EncryptedChatWaitingArray {
		tl_encrypted_chat_slices_gen.go#L582: func (s EncryptedChatWaitingArray) FillMap(to map[int]EncryptedChatWaiting) {
		tl_encrypted_chat_slices_gen.go#L589: func (s EncryptedChatWaitingArray) ToMap() map[int]EncryptedChatWaiting {