type github.com/gotd/td/tg.CommunitiesCreateRequest
27 uses
github.com/gotd/td/tg (current package)
tl_communities_create_gen.go#L37: type CommunitiesCreateRequest struct {
tl_communities_create_gen.go#L57: _ bin.Encoder = &CommunitiesCreateRequest{}
tl_communities_create_gen.go#L58: _ bin.Decoder = &CommunitiesCreateRequest{}
tl_communities_create_gen.go#L59: _ bin.BareEncoder = &CommunitiesCreateRequest{}
tl_communities_create_gen.go#L60: _ bin.BareDecoder = &CommunitiesCreateRequest{}
tl_communities_create_gen.go#L63: func (c *CommunitiesCreateRequest) Zero() bool {
tl_communities_create_gen.go#L87: func (c *CommunitiesCreateRequest) String() string {
tl_communities_create_gen.go#L91: type Alias CommunitiesCreateRequest
tl_communities_create_gen.go#L96: func (c *CommunitiesCreateRequest) FillFrom(from interface {
tl_communities_create_gen.go#L114: func (*CommunitiesCreateRequest) TypeID() uint32 {
tl_communities_create_gen.go#L119: func (*CommunitiesCreateRequest) TypeName() string {
tl_communities_create_gen.go#L124: func (c *CommunitiesCreateRequest) TypeInfo() tdp.Type {
tl_communities_create_gen.go#L157: func (c *CommunitiesCreateRequest) SetFlags() {
tl_communities_create_gen.go#L167: func (c *CommunitiesCreateRequest) Encode(b *bin.Buffer) error {
tl_communities_create_gen.go#L176: func (c *CommunitiesCreateRequest) EncodeBare(b *bin.Buffer) error {
tl_communities_create_gen.go#L198: func (c *CommunitiesCreateRequest) Decode(b *bin.Buffer) error {
tl_communities_create_gen.go#L209: func (c *CommunitiesCreateRequest) DecodeBare(b *bin.Buffer) error {
tl_communities_create_gen.go#L244: func (c *CommunitiesCreateRequest) SetHidden(value bool) {
tl_communities_create_gen.go#L255: func (c *CommunitiesCreateRequest) GetHidden() (value bool) {
tl_communities_create_gen.go#L263: func (c *CommunitiesCreateRequest) GetTitle() (value string) {
tl_communities_create_gen.go#L271: func (c *CommunitiesCreateRequest) SetAbout(value string) {
tl_communities_create_gen.go#L278: func (c *CommunitiesCreateRequest) GetAbout() (value string, ok bool) {
tl_communities_create_gen.go#L289: func (c *CommunitiesCreateRequest) GetPeer() (value InputPeerClass) {
tl_communities_create_gen.go#L299: func (c *Client) CommunitiesCreate(ctx context.Context, request *CommunitiesCreateRequest) (UpdatesClass, error) {
tl_registry_gen.go#L7409: CommunitiesCreateRequestTypeID: func() bin.Object { return &CommunitiesCreateRequest{} },
tl_server_gen.go#L14202: func (s *ServerDispatcher) OnCommunitiesCreate(f func(ctx context.Context, request *CommunitiesCreateRequest) (UpdatesClass, error)) {
tl_server_gen.go#L14204: var request CommunitiesCreateRequest
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |