github.com/gotd/td/tg.MessagesTranscribedAudio.TrialRemainsUntilDate (field)
8 uses
github.com/gotd/td/tg (current package)
tl_messages_transcribed_audio_gen.go#L75: TrialRemainsUntilDate int
tl_messages_transcribed_audio_gen.go#L108: if !(t.TrialRemainsUntilDate == 0) {
tl_messages_transcribed_audio_gen.go#L140: t.TrialRemainsUntilDate = val
tl_messages_transcribed_audio_gen.go#L203: if !(t.TrialRemainsUntilDate == 0) {
tl_messages_transcribed_audio_gen.go#L232: b.PutInt(t.TrialRemainsUntilDate)
tl_messages_transcribed_audio_gen.go#L285: t.TrialRemainsUntilDate = value
tl_messages_transcribed_audio_gen.go#L346: t.TrialRemainsUntilDate = value
tl_messages_transcribed_audio_gen.go#L358: return t.TrialRemainsUntilDate, true
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. |