github.com/gotd/td/tg.EncryptedChatDiscarded.HistoryDeleted (field)
7 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L1069: HistoryDeleted bool
tl_encrypted_chat_gen.go#L1097: if !(e.HistoryDeleted == false) {
tl_encrypted_chat_gen.go#L1121: e.HistoryDeleted = from.GetHistoryDeleted()
tl_encrypted_chat_gen.go#L1163: if !(e.HistoryDeleted == false) {
tl_encrypted_chat_gen.go#L1211: e.HistoryDeleted = e.Flags.Has(0)
tl_encrypted_chat_gen.go#L1226: e.HistoryDeleted = true
tl_encrypted_chat_gen.go#L1229: e.HistoryDeleted = false
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. |