type github.com/gotd/td/tg.EncryptedChatEmptyArray
18 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_slices_gen.go#L152: func (s EncryptedChatClassArray) AsEncryptedChatEmpty() (to EncryptedChatEmptyArray) {
tl_encrypted_chat_slices_gen.go#L362: type EncryptedChatEmptyArray []EncryptedChatEmpty
tl_encrypted_chat_slices_gen.go#L365: func (s EncryptedChatEmptyArray) Sort(less func(a, b EncryptedChatEmpty) bool) EncryptedChatEmptyArray {
tl_encrypted_chat_slices_gen.go#L373: func (s EncryptedChatEmptyArray) SortStable(less func(a, b EncryptedChatEmpty) bool) EncryptedChatEmptyArray {
tl_encrypted_chat_slices_gen.go#L381: func (s EncryptedChatEmptyArray) Retain(keep func(x EncryptedChatEmpty) bool) EncryptedChatEmptyArray {
tl_encrypted_chat_slices_gen.go#L395: func (s EncryptedChatEmptyArray) First() (v EncryptedChatEmpty, ok bool) {
tl_encrypted_chat_slices_gen.go#L403: func (s EncryptedChatEmptyArray) Last() (v EncryptedChatEmpty, ok bool) {
tl_encrypted_chat_slices_gen.go#L411: func (s *EncryptedChatEmptyArray) PopFirst() (v EncryptedChatEmpty, ok bool) {
tl_encrypted_chat_slices_gen.go#L430: func (s *EncryptedChatEmptyArray) Pop() (v EncryptedChatEmpty, ok bool) {
tl_encrypted_chat_slices_gen.go#L444: func (s EncryptedChatEmptyArray) SortByID() EncryptedChatEmptyArray {
tl_encrypted_chat_slices_gen.go#L451: func (s EncryptedChatEmptyArray) SortStableByID() EncryptedChatEmptyArray {
tl_encrypted_chat_slices_gen.go#L458: func (s EncryptedChatEmptyArray) FillMap(to map[int]EncryptedChatEmpty) {
tl_encrypted_chat_slices_gen.go#L465: func (s EncryptedChatEmptyArray) ToMap() map[int]EncryptedChatEmpty {
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. |