type github.com/gotd/td/tg.EncryptedChatDiscardedArray
18 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_slices_gen.go#L276: func (s EncryptedChatClassArray) AsEncryptedChatDiscarded() (to EncryptedChatDiscardedArray) {
tl_encrypted_chat_slices_gen.go#L844: type EncryptedChatDiscardedArray []EncryptedChatDiscarded
tl_encrypted_chat_slices_gen.go#L847: func (s EncryptedChatDiscardedArray) Sort(less func(a, b EncryptedChatDiscarded) bool) EncryptedChatDiscardedArray {
tl_encrypted_chat_slices_gen.go#L855: func (s EncryptedChatDiscardedArray) SortStable(less func(a, b EncryptedChatDiscarded) bool) EncryptedChatDiscardedArray {
tl_encrypted_chat_slices_gen.go#L863: func (s EncryptedChatDiscardedArray) Retain(keep func(x EncryptedChatDiscarded) bool) EncryptedChatDiscardedArray {
tl_encrypted_chat_slices_gen.go#L877: func (s EncryptedChatDiscardedArray) First() (v EncryptedChatDiscarded, ok bool) {
tl_encrypted_chat_slices_gen.go#L885: func (s EncryptedChatDiscardedArray) Last() (v EncryptedChatDiscarded, ok bool) {
tl_encrypted_chat_slices_gen.go#L893: func (s *EncryptedChatDiscardedArray) PopFirst() (v EncryptedChatDiscarded, ok bool) {
tl_encrypted_chat_slices_gen.go#L912: func (s *EncryptedChatDiscardedArray) Pop() (v EncryptedChatDiscarded, ok bool) {
tl_encrypted_chat_slices_gen.go#L926: func (s EncryptedChatDiscardedArray) SortByID() EncryptedChatDiscardedArray {
tl_encrypted_chat_slices_gen.go#L933: func (s EncryptedChatDiscardedArray) SortStableByID() EncryptedChatDiscardedArray {
tl_encrypted_chat_slices_gen.go#L940: func (s EncryptedChatDiscardedArray) FillMap(to map[int]EncryptedChatDiscarded) {
tl_encrypted_chat_slices_gen.go#L947: func (s EncryptedChatDiscardedArray) ToMap() map[int]EncryptedChatDiscarded {
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. |