github.com/gotd/td/tg.Channel.LinkedCommunityID (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L1334: 	LinkedCommunityID int64
		tl_chat_gen.go#L1510: 	if !(c.LinkedCommunityID == 0) {
		tl_chat_gen.go#L1680: 		c.LinkedCommunityID = val
		tl_chat_gen.go#L2095: 	if !(c.LinkedCommunityID == 0) {
		tl_chat_gen.go#L2215: 		b.PutLong(c.LinkedCommunityID)
		tl_chat_gen.go#L2438: 		c.LinkedCommunityID = value
		tl_chat_gen.go#L3316: 	c.LinkedCommunityID = value
		tl_chat_gen.go#L3328: 	return c.LinkedCommunityID, true