type github.com/gotd/td/tg.HelpCountry
30 uses
github.com/gotd/td/tg (current package)
tl_help_countries_list_gen.go#L142: Countries []HelpCountry
tl_help_countries_list_gen.go#L191: GetCountries() (value []HelpCountry)
tl_help_countries_list_gen.go#L280: c.Countries = make([]HelpCountry, 0, headerLen%bin.PreallocateLimit)
tl_help_countries_list_gen.go#L283: var value HelpCountry
tl_help_countries_list_gen.go#L301: func (c *HelpCountriesList) GetCountries() (value []HelpCountry) {
tl_help_country_gen.go#L38: type HelpCountry struct {
tl_help_country_gen.go#L63: _ bin.Encoder = &HelpCountry{}
tl_help_country_gen.go#L64: _ bin.Decoder = &HelpCountry{}
tl_help_country_gen.go#L65: _ bin.BareEncoder = &HelpCountry{}
tl_help_country_gen.go#L66: _ bin.BareDecoder = &HelpCountry{}
tl_help_country_gen.go#L69: func (c *HelpCountry) Zero() bool {
tl_help_country_gen.go#L96: func (c *HelpCountry) String() string {
tl_help_country_gen.go#L100: type Alias HelpCountry
tl_help_country_gen.go#L105: func (c *HelpCountry) FillFrom(from interface {
tl_help_country_gen.go#L125: func (*HelpCountry) TypeID() uint32 {
tl_help_country_gen.go#L130: func (*HelpCountry) TypeName() string {
tl_help_country_gen.go#L135: func (c *HelpCountry) TypeInfo() tdp.Type {
tl_help_country_gen.go#L172: func (c *HelpCountry) SetFlags() {
tl_help_country_gen.go#L182: func (c *HelpCountry) Encode(b *bin.Buffer) error {
tl_help_country_gen.go#L191: func (c *HelpCountry) EncodeBare(b *bin.Buffer) error {
tl_help_country_gen.go#L214: func (c *HelpCountry) Decode(b *bin.Buffer) error {
tl_help_country_gen.go#L225: func (c *HelpCountry) DecodeBare(b *bin.Buffer) error {
tl_help_country_gen.go#L277: func (c *HelpCountry) SetHidden(value bool) {
tl_help_country_gen.go#L288: func (c *HelpCountry) GetHidden() (value bool) {
tl_help_country_gen.go#L296: func (c *HelpCountry) GetISO2() (value string) {
tl_help_country_gen.go#L304: func (c *HelpCountry) GetDefaultName() (value string) {
tl_help_country_gen.go#L312: func (c *HelpCountry) SetName(value string) {
tl_help_country_gen.go#L319: func (c *HelpCountry) GetName() (value string, ok bool) {
tl_help_country_gen.go#L330: func (c *HelpCountry) GetCountryCodes() (value []HelpCountryCode) {
tl_registry_gen.go#L4577: HelpCountryTypeID: func() bin.Object { return &HelpCountry{} },
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. |