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