type github.com/gotd/td/tg.NotEmptyEncryptedChat
22 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L1292: AsNotEmpty() (NotEmptyEncryptedChat, bool)
tl_encrypted_chat_gen.go#L1305: type NotEmptyEncryptedChat interface {
tl_encrypted_chat_gen.go#L1328: func (e *EncryptedChatEmpty) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1329: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1334: func (e *EncryptedChatWaiting) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1335: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1340: func (e *EncryptedChatRequested) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1341: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1346: func (e *EncryptedChat) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1347: value, ok := (EncryptedChatClass(e)).(NotEmptyEncryptedChat)
tl_encrypted_chat_gen.go#L1352: func (e *EncryptedChatDiscarded) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1353: 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.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. |