github.com/gotd/td/tg.ForumTopic.Draft (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_forum_topic_gen.go#L251: 	Draft DraftMessageClass
		tl_forum_topic_gen.go#L340: 	if !(f.Draft == nil) {
		tl_forum_topic_gen.go#L406: 		f.Draft = val
		tl_forum_topic_gen.go#L557: 	if !(f.Draft == nil) {
		tl_forum_topic_gen.go#L610: 		if f.Draft == nil {
		tl_forum_topic_gen.go#L613: 		if err := f.Draft.Encode(b); err != nil {
		tl_forum_topic_gen.go#L755: 		f.Draft = value
		tl_forum_topic_gen.go#L1007: 	f.Draft = value
		tl_forum_topic_gen.go#L1019: 	return f.Draft, true