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

18 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_slices_gen.go#L276: func (s EncryptedChatClassArray) AsEncryptedChatDiscarded() (to EncryptedChatDiscardedArray) {
		tl_encrypted_chat_slices_gen.go#L844: type EncryptedChatDiscardedArray []EncryptedChatDiscarded
		tl_encrypted_chat_slices_gen.go#L847: func (s EncryptedChatDiscardedArray) Sort(less func(a, b EncryptedChatDiscarded) bool) EncryptedChatDiscardedArray {
		tl_encrypted_chat_slices_gen.go#L855: func (s EncryptedChatDiscardedArray) SortStable(less func(a, b EncryptedChatDiscarded) bool) EncryptedChatDiscardedArray {
		tl_encrypted_chat_slices_gen.go#L863: func (s EncryptedChatDiscardedArray) Retain(keep func(x EncryptedChatDiscarded) bool) EncryptedChatDiscardedArray {
		tl_encrypted_chat_slices_gen.go#L877: func (s EncryptedChatDiscardedArray) First() (v EncryptedChatDiscarded, ok bool) {
		tl_encrypted_chat_slices_gen.go#L885: func (s EncryptedChatDiscardedArray) Last() (v EncryptedChatDiscarded, ok bool) {
		tl_encrypted_chat_slices_gen.go#L893: func (s *EncryptedChatDiscardedArray) PopFirst() (v EncryptedChatDiscarded, ok bool) {
		tl_encrypted_chat_slices_gen.go#L912: func (s *EncryptedChatDiscardedArray) Pop() (v EncryptedChatDiscarded, ok bool) {
		tl_encrypted_chat_slices_gen.go#L926: func (s EncryptedChatDiscardedArray) SortByID() EncryptedChatDiscardedArray {
		tl_encrypted_chat_slices_gen.go#L933: func (s EncryptedChatDiscardedArray) SortStableByID() EncryptedChatDiscardedArray {
		tl_encrypted_chat_slices_gen.go#L940: func (s EncryptedChatDiscardedArray) FillMap(to map[int]EncryptedChatDiscarded) {
		tl_encrypted_chat_slices_gen.go#L947: func (s EncryptedChatDiscardedArray) ToMap() map[int]EncryptedChatDiscarded {