github.com/gotd/td/tg.ForumTopic.IconEmojiID (field)
8 uses
github.com/gotd/td/tg (current package)
tl_forum_topic_gen.go#L219: IconEmojiID int64
tl_forum_topic_gen.go#L298: if !(f.IconEmojiID == 0) {
tl_forum_topic_gen.go#L373: f.IconEmojiID = val
tl_forum_topic_gen.go#L517: if !(f.IconEmojiID == 0) {
tl_forum_topic_gen.go#L548: b.PutLong(f.IconEmojiID)
tl_forum_topic_gen.go#L635: f.IconEmojiID = value
tl_forum_topic_gen.go#L831: f.IconEmojiID = value
tl_forum_topic_gen.go#L843: return f.IconEmojiID, 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. |