type github.com/gotd/td/tg.InputEncryptedFileClassArray
22 uses
github.com/gotd/td/tg (current package)
tl_input_encrypted_file_slices_gen.go#L38: type InputEncryptedFileClassArray []InputEncryptedFileClass
tl_input_encrypted_file_slices_gen.go#L41: func (s InputEncryptedFileClassArray) Sort(less func(a, b InputEncryptedFileClass) bool) InputEncryptedFileClassArray {
tl_input_encrypted_file_slices_gen.go#L49: func (s InputEncryptedFileClassArray) SortStable(less func(a, b InputEncryptedFileClass) bool) InputEncryptedFileClassArray {
tl_input_encrypted_file_slices_gen.go#L57: func (s InputEncryptedFileClassArray) Retain(keep func(x InputEncryptedFileClass) bool) InputEncryptedFileClassArray {
tl_input_encrypted_file_slices_gen.go#L71: func (s InputEncryptedFileClassArray) First() (v InputEncryptedFileClass, ok bool) {
tl_input_encrypted_file_slices_gen.go#L79: func (s InputEncryptedFileClassArray) Last() (v InputEncryptedFileClass, ok bool) {
tl_input_encrypted_file_slices_gen.go#L87: func (s *InputEncryptedFileClassArray) PopFirst() (v InputEncryptedFileClass, ok bool) {
tl_input_encrypted_file_slices_gen.go#L106: func (s *InputEncryptedFileClassArray) Pop() (v InputEncryptedFileClass, ok bool) {
tl_input_encrypted_file_slices_gen.go#L120: func (s InputEncryptedFileClassArray) AsInputEncryptedFileUploaded() (to InputEncryptedFileUploadedArray) {
tl_input_encrypted_file_slices_gen.go#L133: func (s InputEncryptedFileClassArray) AsInputEncryptedFile() (to InputEncryptedFileArray) {
tl_input_encrypted_file_slices_gen.go#L146: func (s InputEncryptedFileClassArray) AsInputEncryptedFileBigUploaded() (to InputEncryptedFileBigUploadedArray) {
tl_input_encrypted_file_slices_gen.go#L159: func (s InputEncryptedFileClassArray) FillNotEmptyMap(to map[int64]NotEmptyInputEncryptedFile) {
tl_input_encrypted_file_slices_gen.go#L170: func (s InputEncryptedFileClassArray) NotEmptyToMap() map[int64]NotEmptyInputEncryptedFile {
tl_input_encrypted_file_slices_gen.go#L178: func (s InputEncryptedFileClassArray) AppendOnlyNotEmpty(to []NotEmptyInputEncryptedFile) []NotEmptyInputEncryptedFile {
tl_input_encrypted_file_slices_gen.go#L191: func (s InputEncryptedFileClassArray) AsNotEmpty() (to []NotEmptyInputEncryptedFile) {
tl_input_encrypted_file_slices_gen.go#L196: func (s InputEncryptedFileClassArray) FirstAsNotEmpty() (v NotEmptyInputEncryptedFile, ok bool) {
tl_input_encrypted_file_slices_gen.go#L205: func (s InputEncryptedFileClassArray) LastAsNotEmpty() (v NotEmptyInputEncryptedFile, ok bool) {
tl_input_encrypted_file_slices_gen.go#L214: func (s *InputEncryptedFileClassArray) PopFirstAsNotEmpty() (v NotEmptyInputEncryptedFile, ok bool) {
tl_input_encrypted_file_slices_gen.go#L223: func (s *InputEncryptedFileClassArray) PopAsNotEmpty() (v NotEmptyInputEncryptedFile, ok bool) {
|
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. |