type github.com/gotd/td/tg.NotEmptyEncryptedChat
22 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L1299: AsNotEmpty() (NotEmptyEncryptedChat, bool)
tl_encrypted_chat_gen.go#L1312: type NotEmptyEncryptedChat interface {
tl_encrypted_chat_gen.go#L1335: func (e *EncryptedChatEmpty) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1336: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1341: func (e *EncryptedChatWaiting) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1342: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1347: func (e *EncryptedChatRequested) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1348: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1353: func (e *EncryptedChat) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1354: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1359: func (e *EncryptedChatDiscarded) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1360: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_slices_gen.go#L289: func (s EncryptedChatClassArray) FillNotEmptyMap(to map[int]NotEmptyEncryptedChat) {
tl_encrypted_chat_slices_gen.go#L300: func (s EncryptedChatClassArray) NotEmptyToMap() map[int]NotEmptyEncryptedChat {
tl_encrypted_chat_slices_gen.go#L301: r := make(map[int]NotEmptyEncryptedChat, len(s))
tl_encrypted_chat_slices_gen.go#L308: func (s EncryptedChatClassArray) AppendOnlyNotEmpty(to []NotEmptyEncryptedChat) []NotEmptyEncryptedChat {
tl_encrypted_chat_slices_gen.go#L321: func (s EncryptedChatClassArray) AsNotEmpty() (to []NotEmptyEncryptedChat) {
tl_encrypted_chat_slices_gen.go#L326: func (s EncryptedChatClassArray) FirstAsNotEmpty() (v NotEmptyEncryptedChat, ok bool) {
tl_encrypted_chat_slices_gen.go#L335: func (s EncryptedChatClassArray) LastAsNotEmpty() (v NotEmptyEncryptedChat, ok bool) {
tl_encrypted_chat_slices_gen.go#L344: func (s *EncryptedChatClassArray) PopFirstAsNotEmpty() (v NotEmptyEncryptedChat, ok bool) {
tl_encrypted_chat_slices_gen.go#L353: func (s *EncryptedChatClassArray) PopAsNotEmpty() (v NotEmptyEncryptedChat, ok bool) {
 |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |