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

16 uses

	github.com/gotd/td/tg (current package)
		tl_messages_sent_encrypted_message_slices_gen.go#L147: func (s MessagesSentEncryptedMessageClassArray) AsMessagesSentEncryptedFile() (to MessagesSentEncryptedFileArray) {
		tl_messages_sent_encrypted_message_slices_gen.go#L256: type MessagesSentEncryptedFileArray []MessagesSentEncryptedFile
		tl_messages_sent_encrypted_message_slices_gen.go#L259: func (s MessagesSentEncryptedFileArray) Sort(less func(a, b MessagesSentEncryptedFile) bool) MessagesSentEncryptedFileArray {
		tl_messages_sent_encrypted_message_slices_gen.go#L267: func (s MessagesSentEncryptedFileArray) SortStable(less func(a, b MessagesSentEncryptedFile) bool) MessagesSentEncryptedFileArray {
		tl_messages_sent_encrypted_message_slices_gen.go#L275: func (s MessagesSentEncryptedFileArray) Retain(keep func(x MessagesSentEncryptedFile) bool) MessagesSentEncryptedFileArray {
		tl_messages_sent_encrypted_message_slices_gen.go#L289: func (s MessagesSentEncryptedFileArray) First() (v MessagesSentEncryptedFile, ok bool) {
		tl_messages_sent_encrypted_message_slices_gen.go#L297: func (s MessagesSentEncryptedFileArray) Last() (v MessagesSentEncryptedFile, ok bool) {
		tl_messages_sent_encrypted_message_slices_gen.go#L305: func (s *MessagesSentEncryptedFileArray) PopFirst() (v MessagesSentEncryptedFile, ok bool) {
		tl_messages_sent_encrypted_message_slices_gen.go#L324: func (s *MessagesSentEncryptedFileArray) Pop() (v MessagesSentEncryptedFile, ok bool) {
		tl_messages_sent_encrypted_message_slices_gen.go#L338: func (s MessagesSentEncryptedFileArray) SortByDate() MessagesSentEncryptedFileArray {
		tl_messages_sent_encrypted_message_slices_gen.go#L345: func (s MessagesSentEncryptedFileArray) SortStableByDate() MessagesSentEncryptedFileArray {