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

38 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_slices_gen.go#L38: type EncryptedChatClassArray []EncryptedChatClass
		tl_encrypted_chat_slices_gen.go#L41: func (s EncryptedChatClassArray) Sort(less func(a, b EncryptedChatClass) bool) EncryptedChatClassArray {
		tl_encrypted_chat_slices_gen.go#L49: func (s EncryptedChatClassArray) SortStable(less func(a, b EncryptedChatClass) bool) EncryptedChatClassArray {
		tl_encrypted_chat_slices_gen.go#L57: func (s EncryptedChatClassArray) Retain(keep func(x EncryptedChatClass) bool) EncryptedChatClassArray {
		tl_encrypted_chat_slices_gen.go#L71: func (s EncryptedChatClassArray) First() (v EncryptedChatClass, ok bool) {
		tl_encrypted_chat_slices_gen.go#L79: func (s EncryptedChatClassArray) Last() (v EncryptedChatClass, ok bool) {
		tl_encrypted_chat_slices_gen.go#L87: func (s *EncryptedChatClassArray) PopFirst() (v EncryptedChatClass, ok bool) {
		tl_encrypted_chat_slices_gen.go#L106: func (s *EncryptedChatClassArray) Pop() (v EncryptedChatClass, ok bool) {
		tl_encrypted_chat_slices_gen.go#L120: func (s EncryptedChatClassArray) SortByID() EncryptedChatClassArray {
		tl_encrypted_chat_slices_gen.go#L127: func (s EncryptedChatClassArray) SortStableByID() EncryptedChatClassArray {
		tl_encrypted_chat_slices_gen.go#L134: func (s EncryptedChatClassArray) FillEncryptedChatEmptyMap(to map[int]*EncryptedChatEmpty) {
		tl_encrypted_chat_slices_gen.go#L145: func (s EncryptedChatClassArray) EncryptedChatEmptyToMap() map[int]*EncryptedChatEmpty {
		tl_encrypted_chat_slices_gen.go#L152: func (s EncryptedChatClassArray) AsEncryptedChatEmpty() (to EncryptedChatEmptyArray) {
		tl_encrypted_chat_slices_gen.go#L165: func (s EncryptedChatClassArray) FillEncryptedChatWaitingMap(to map[int]*EncryptedChatWaiting) {
		tl_encrypted_chat_slices_gen.go#L176: func (s EncryptedChatClassArray) EncryptedChatWaitingToMap() map[int]*EncryptedChatWaiting {
		tl_encrypted_chat_slices_gen.go#L183: func (s EncryptedChatClassArray) AsEncryptedChatWaiting() (to EncryptedChatWaitingArray) {
		tl_encrypted_chat_slices_gen.go#L196: func (s EncryptedChatClassArray) FillEncryptedChatRequestedMap(to map[int]*EncryptedChatRequested) {
		tl_encrypted_chat_slices_gen.go#L207: func (s EncryptedChatClassArray) EncryptedChatRequestedToMap() map[int]*EncryptedChatRequested {
		tl_encrypted_chat_slices_gen.go#L214: func (s EncryptedChatClassArray) AsEncryptedChatRequested() (to EncryptedChatRequestedArray) {
		tl_encrypted_chat_slices_gen.go#L227: func (s EncryptedChatClassArray) FillEncryptedChatMap(to map[int]*EncryptedChat) {
		tl_encrypted_chat_slices_gen.go#L238: func (s EncryptedChatClassArray) EncryptedChatToMap() map[int]*EncryptedChat {
		tl_encrypted_chat_slices_gen.go#L245: func (s EncryptedChatClassArray) AsEncryptedChat() (to EncryptedChatArray) {
		tl_encrypted_chat_slices_gen.go#L258: func (s EncryptedChatClassArray) FillEncryptedChatDiscardedMap(to map[int]*EncryptedChatDiscarded) {
		tl_encrypted_chat_slices_gen.go#L269: func (s EncryptedChatClassArray) EncryptedChatDiscardedToMap() map[int]*EncryptedChatDiscarded {
		tl_encrypted_chat_slices_gen.go#L276: func (s EncryptedChatClassArray) AsEncryptedChatDiscarded() (to EncryptedChatDiscardedArray) {
		tl_encrypted_chat_slices_gen.go#L289: func (s EncryptedChatClassArray) FillNotEmptyMap(to map[int]NotEmptyEncryptedChat) {
		tl_encrypted_chat_slices_gen.go#L300: func (s EncryptedChatClassArray) NotEmptyToMap() map[int]NotEmptyEncryptedChat {
		tl_encrypted_chat_slices_gen.go#L308: func (s EncryptedChatClassArray) AppendOnlyNotEmpty(to []NotEmptyEncryptedChat) []NotEmptyEncryptedChat {
		tl_encrypted_chat_slices_gen.go#L321: func (s EncryptedChatClassArray) AsNotEmpty() (to []NotEmptyEncryptedChat) {
		tl_encrypted_chat_slices_gen.go#L326: func (s EncryptedChatClassArray) FirstAsNotEmpty() (v NotEmptyEncryptedChat, ok bool) {
		tl_encrypted_chat_slices_gen.go#L335: func (s EncryptedChatClassArray) LastAsNotEmpty() (v NotEmptyEncryptedChat, ok bool) {
		tl_encrypted_chat_slices_gen.go#L344: func (s *EncryptedChatClassArray) PopFirstAsNotEmpty() (v NotEmptyEncryptedChat, ok bool) {
		tl_encrypted_chat_slices_gen.go#L353: func (s *EncryptedChatClassArray) PopAsNotEmpty() (v NotEmptyEncryptedChat, ok bool) {