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

22 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_slices_gen.go#L245: func (s EncryptedChatClassArray) AsEncryptedChat() (to EncryptedChatArray) {
		tl_encrypted_chat_slices_gen.go#L720: type EncryptedChatArray []EncryptedChat
		tl_encrypted_chat_slices_gen.go#L723: func (s EncryptedChatArray) Sort(less func(a, b EncryptedChat) bool) EncryptedChatArray {
		tl_encrypted_chat_slices_gen.go#L731: func (s EncryptedChatArray) SortStable(less func(a, b EncryptedChat) bool) EncryptedChatArray {
		tl_encrypted_chat_slices_gen.go#L739: func (s EncryptedChatArray) Retain(keep func(x EncryptedChat) bool) EncryptedChatArray {
		tl_encrypted_chat_slices_gen.go#L753: func (s EncryptedChatArray) First() (v EncryptedChat, ok bool) {
		tl_encrypted_chat_slices_gen.go#L761: func (s EncryptedChatArray) Last() (v EncryptedChat, ok bool) {
		tl_encrypted_chat_slices_gen.go#L769: func (s *EncryptedChatArray) PopFirst() (v EncryptedChat, ok bool) {
		tl_encrypted_chat_slices_gen.go#L788: func (s *EncryptedChatArray) Pop() (v EncryptedChat, ok bool) {
		tl_encrypted_chat_slices_gen.go#L802: func (s EncryptedChatArray) SortByID() EncryptedChatArray {
		tl_encrypted_chat_slices_gen.go#L809: func (s EncryptedChatArray) SortStableByID() EncryptedChatArray {
		tl_encrypted_chat_slices_gen.go#L816: func (s EncryptedChatArray) SortByDate() EncryptedChatArray {
		tl_encrypted_chat_slices_gen.go#L823: func (s EncryptedChatArray) SortStableByDate() EncryptedChatArray {
		tl_encrypted_chat_slices_gen.go#L830: func (s EncryptedChatArray) FillMap(to map[int]EncryptedChat) {
		tl_encrypted_chat_slices_gen.go#L837: func (s EncryptedChatArray) ToMap() map[int]EncryptedChat {