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

8 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L1320: 	SendPaidMessagesStars int64
		tl_chat_gen.go#L1500: 	if !(c.SendPaidMessagesStars == 0) {
		tl_chat_gen.go#L1664: 		c.SendPaidMessagesStars = val
		tl_chat_gen.go#L2072: 	if !(c.SendPaidMessagesStars == 0) {
		tl_chat_gen.go#L2189: 		b.PutLong(c.SendPaidMessagesStars)
		tl_chat_gen.go#L2401: 		c.SendPaidMessagesStars = value
		tl_chat_gen.go#L3250: 	c.SendPaidMessagesStars = value
		tl_chat_gen.go#L3262: 	return c.SendPaidMessagesStars, true