type github.com/gotd/td/tg.ChannelsEditLocationRequest
25 uses
github.com/gotd/td/tg (current package)
tl_channels_edit_location_gen.go#L41: type ChannelsEditLocationRequest struct {
tl_channels_edit_location_gen.go#L58: _ bin.Encoder = &ChannelsEditLocationRequest{}
tl_channels_edit_location_gen.go#L59: _ bin.Decoder = &ChannelsEditLocationRequest{}
tl_channels_edit_location_gen.go#L60: _ bin.BareEncoder = &ChannelsEditLocationRequest{}
tl_channels_edit_location_gen.go#L61: _ bin.BareDecoder = &ChannelsEditLocationRequest{}
tl_channels_edit_location_gen.go#L64: func (e *ChannelsEditLocationRequest) Zero() bool {
tl_channels_edit_location_gen.go#L82: func (e *ChannelsEditLocationRequest) String() string {
tl_channels_edit_location_gen.go#L86: type Alias ChannelsEditLocationRequest
tl_channels_edit_location_gen.go#L91: func (e *ChannelsEditLocationRequest) FillFrom(from interface {
tl_channels_edit_location_gen.go#L104: func (*ChannelsEditLocationRequest) TypeID() uint32 {
tl_channels_edit_location_gen.go#L109: func (*ChannelsEditLocationRequest) TypeName() string {
tl_channels_edit_location_gen.go#L114: func (e *ChannelsEditLocationRequest) TypeInfo() tdp.Type {
tl_channels_edit_location_gen.go#L141: func (e *ChannelsEditLocationRequest) Encode(b *bin.Buffer) error {
tl_channels_edit_location_gen.go#L150: func (e *ChannelsEditLocationRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_edit_location_gen.go#L171: func (e *ChannelsEditLocationRequest) Decode(b *bin.Buffer) error {
tl_channels_edit_location_gen.go#L182: func (e *ChannelsEditLocationRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_edit_location_gen.go#L211: func (e *ChannelsEditLocationRequest) GetChannel() (value InputChannelClass) {
tl_channels_edit_location_gen.go#L219: func (e *ChannelsEditLocationRequest) GetGeoPoint() (value InputGeoPointClass) {
tl_channels_edit_location_gen.go#L227: func (e *ChannelsEditLocationRequest) GetAddress() (value string) {
tl_channels_edit_location_gen.go#L235: func (e *ChannelsEditLocationRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_edit_location_gen.go#L240: func (e *ChannelsEditLocationRequest) GetGeoPointAsNotEmpty() (*InputGeoPoint, bool) {
tl_channels_edit_location_gen.go#L258: func (c *Client) ChannelsEditLocation(ctx context.Context, request *ChannelsEditLocationRequest) (bool, error) {
tl_registry_gen.go#L5212: ChannelsEditLocationRequestTypeID: func() bin.Object { return &ChannelsEditLocationRequest{} },
tl_server_gen.go#L7345: func (s *ServerDispatcher) OnChannelsEditLocation(f func(ctx context.Context, request *ChannelsEditLocationRequest) (bool, error)) {
tl_server_gen.go#L7347: var request ChannelsEditLocationRequest
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. |