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

22 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_slices_gen.go#L214: func (s EncryptedChatClassArray) AsEncryptedChatRequested() (to EncryptedChatRequestedArray) {
		tl_encrypted_chat_slices_gen.go#L596: type EncryptedChatRequestedArray []EncryptedChatRequested
		tl_encrypted_chat_slices_gen.go#L599: func (s EncryptedChatRequestedArray) Sort(less func(a, b EncryptedChatRequested) bool) EncryptedChatRequestedArray {
		tl_encrypted_chat_slices_gen.go#L607: func (s EncryptedChatRequestedArray) SortStable(less func(a, b EncryptedChatRequested) bool) EncryptedChatRequestedArray {
		tl_encrypted_chat_slices_gen.go#L615: func (s EncryptedChatRequestedArray) Retain(keep func(x EncryptedChatRequested) bool) EncryptedChatRequestedArray {
		tl_encrypted_chat_slices_gen.go#L629: func (s EncryptedChatRequestedArray) First() (v EncryptedChatRequested, ok bool) {
		tl_encrypted_chat_slices_gen.go#L637: func (s EncryptedChatRequestedArray) Last() (v EncryptedChatRequested, ok bool) {
		tl_encrypted_chat_slices_gen.go#L645: func (s *EncryptedChatRequestedArray) PopFirst() (v EncryptedChatRequested, ok bool) {
		tl_encrypted_chat_slices_gen.go#L664: func (s *EncryptedChatRequestedArray) Pop() (v EncryptedChatRequested, ok bool) {
		tl_encrypted_chat_slices_gen.go#L678: func (s EncryptedChatRequestedArray) SortByID() EncryptedChatRequestedArray {
		tl_encrypted_chat_slices_gen.go#L685: func (s EncryptedChatRequestedArray) SortStableByID() EncryptedChatRequestedArray {
		tl_encrypted_chat_slices_gen.go#L692: func (s EncryptedChatRequestedArray) SortByDate() EncryptedChatRequestedArray {
		tl_encrypted_chat_slices_gen.go#L699: func (s EncryptedChatRequestedArray) SortStableByDate() EncryptedChatRequestedArray {
		tl_encrypted_chat_slices_gen.go#L706: func (s EncryptedChatRequestedArray) FillMap(to map[int]EncryptedChatRequested) {
		tl_encrypted_chat_slices_gen.go#L713: func (s EncryptedChatRequestedArray) ToMap() map[int]EncryptedChatRequested {