type github.com/gotd/td/tg.EncryptedChatArray
22 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_slices_gen.go#L245: func (s EncryptedChatClassArray) AsEncryptedChat() (to EncryptedChatArray) {
tl_encrypted_chat_slices_gen.go#L720: type EncryptedChatArray []EncryptedChat
tl_encrypted_chat_slices_gen.go#L723: func (s EncryptedChatArray) Sort(less func(a, b EncryptedChat) bool) EncryptedChatArray {
tl_encrypted_chat_slices_gen.go#L731: func (s EncryptedChatArray) SortStable(less func(a, b EncryptedChat) bool) EncryptedChatArray {
tl_encrypted_chat_slices_gen.go#L739: func (s EncryptedChatArray) Retain(keep func(x EncryptedChat) bool) EncryptedChatArray {
tl_encrypted_chat_slices_gen.go#L753: func (s EncryptedChatArray) First() (v EncryptedChat, ok bool) {
tl_encrypted_chat_slices_gen.go#L761: func (s EncryptedChatArray) Last() (v EncryptedChat, ok bool) {
tl_encrypted_chat_slices_gen.go#L769: func (s *EncryptedChatArray) PopFirst() (v EncryptedChat, ok bool) {
tl_encrypted_chat_slices_gen.go#L788: func (s *EncryptedChatArray) Pop() (v EncryptedChat, ok bool) {
tl_encrypted_chat_slices_gen.go#L802: func (s EncryptedChatArray) SortByID() EncryptedChatArray {
tl_encrypted_chat_slices_gen.go#L809: func (s EncryptedChatArray) SortStableByID() EncryptedChatArray {
tl_encrypted_chat_slices_gen.go#L816: func (s EncryptedChatArray) SortByDate() EncryptedChatArray {
tl_encrypted_chat_slices_gen.go#L823: func (s EncryptedChatArray) SortStableByDate() EncryptedChatArray {
tl_encrypted_chat_slices_gen.go#L830: func (s EncryptedChatArray) FillMap(to map[int]EncryptedChat) {
tl_encrypted_chat_slices_gen.go#L837: func (s EncryptedChatArray) ToMap() map[int]EncryptedChat {
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. |