type github.com/gotd/td/tg.StatsPercentValue
26 uses
github.com/gotd/td/tg (current package)
tl_premium_boosts_status_gen.go#L73: PremiumAudience StatsPercentValue
tl_premium_boosts_status_gen.go#L165: GetPremiumAudience() (value StatsPercentValue, ok bool)
tl_premium_boosts_status_gen.go#L528: func (b *PremiumBoostsStatus) SetPremiumAudience(value StatsPercentValue) {
tl_premium_boosts_status_gen.go#L535: func (b *PremiumBoostsStatus) GetPremiumAudience() (value StatsPercentValue, ok bool) {
tl_registry_gen.go#L4561: StatsPercentValueTypeID: func() bin.Object { return &StatsPercentValue{} },
tl_stats_broadcast_stats_gen.go#L77: EnabledNotifications StatsPercentValue
tl_stats_broadcast_stats_gen.go#L211: GetEnabledNotifications() (value StatsPercentValue)
tl_stats_broadcast_stats_gen.go#L720: func (b *StatsBroadcastStats) GetEnabledNotifications() (value StatsPercentValue) {
tl_stats_percent_value_gen.go#L42: type StatsPercentValue struct {
tl_stats_percent_value_gen.go#L54: _ bin.Encoder = &StatsPercentValue{}
tl_stats_percent_value_gen.go#L55: _ bin.Decoder = &StatsPercentValue{}
tl_stats_percent_value_gen.go#L56: _ bin.BareEncoder = &StatsPercentValue{}
tl_stats_percent_value_gen.go#L57: _ bin.BareDecoder = &StatsPercentValue{}
tl_stats_percent_value_gen.go#L60: func (s *StatsPercentValue) Zero() bool {
tl_stats_percent_value_gen.go#L75: func (s *StatsPercentValue) String() string {
tl_stats_percent_value_gen.go#L79: type Alias StatsPercentValue
tl_stats_percent_value_gen.go#L84: func (s *StatsPercentValue) FillFrom(from interface {
tl_stats_percent_value_gen.go#L95: func (*StatsPercentValue) TypeID() uint32 {
tl_stats_percent_value_gen.go#L100: func (*StatsPercentValue) TypeName() string {
tl_stats_percent_value_gen.go#L105: func (s *StatsPercentValue) TypeInfo() tdp.Type {
tl_stats_percent_value_gen.go#L128: func (s *StatsPercentValue) Encode(b *bin.Buffer) error {
tl_stats_percent_value_gen.go#L137: func (s *StatsPercentValue) EncodeBare(b *bin.Buffer) error {
tl_stats_percent_value_gen.go#L147: func (s *StatsPercentValue) Decode(b *bin.Buffer) error {
tl_stats_percent_value_gen.go#L158: func (s *StatsPercentValue) DecodeBare(b *bin.Buffer) error {
tl_stats_percent_value_gen.go#L180: func (s *StatsPercentValue) GetPart() (value float64) {
tl_stats_percent_value_gen.go#L188: func (s *StatsPercentValue) GetTotal() (value float64) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |