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 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |