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

8 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L1298: 	SubscriptionUntilDate int
		tl_chat_gen.go#L1498: 	if !(c.SubscriptionUntilDate == 0) {
		tl_chat_gen.go#L1664: 		c.SubscriptionUntilDate = val
		tl_chat_gen.go#L2083: 	if !(c.SubscriptionUntilDate == 0) {
		tl_chat_gen.go#L2203: 		b.PutInt(c.SubscriptionUntilDate)
		tl_chat_gen.go#L2410: 		c.SubscriptionUntilDate = value
		tl_chat_gen.go#L3244: 	c.SubscriptionUntilDate = value
		tl_chat_gen.go#L3256: 	return c.SubscriptionUntilDate, true