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

8 uses

	github.com/gotd/td/tg (current package)
		tl_forum_topic_gen.go#L223: 	IconEmojiID int64
		tl_forum_topic_gen.go#L310: 	if !(f.IconEmojiID == 0) {
		tl_forum_topic_gen.go#L393: 		f.IconEmojiID = val
		tl_forum_topic_gen.go#L554: 	if !(f.IconEmojiID == 0) {
		tl_forum_topic_gen.go#L591: 		b.PutLong(f.IconEmojiID)
		tl_forum_topic_gen.go#L687: 		f.IconEmojiID = value
		tl_forum_topic_gen.go#L917: 	f.IconEmojiID = value
		tl_forum_topic_gen.go#L929: 	return f.IconEmojiID, true