github.com/gotd/td/tg.ChannelsCreateForumTopicRequest.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_channels_create_forum_topic_gen.go#L47: Flags bin.Fields
tl_channels_create_forum_topic_gen.go#L94: if !(c.Flags.Zero()) {
tl_channels_create_forum_topic_gen.go#L188: Null: !c.Flags.Has(0),
tl_channels_create_forum_topic_gen.go#L193: Null: !c.Flags.Has(3),
tl_channels_create_forum_topic_gen.go#L202: Null: !c.Flags.Has(2),
tl_channels_create_forum_topic_gen.go#L211: c.Flags.Set(0)
tl_channels_create_forum_topic_gen.go#L214: c.Flags.Set(3)
tl_channels_create_forum_topic_gen.go#L217: c.Flags.Set(2)
tl_channels_create_forum_topic_gen.go#L236: if err := c.Flags.Encode(b); err != nil {
tl_channels_create_forum_topic_gen.go#L246: if c.Flags.Has(0) {
tl_channels_create_forum_topic_gen.go#L249: if c.Flags.Has(3) {
tl_channels_create_forum_topic_gen.go#L253: if c.Flags.Has(2) {
tl_channels_create_forum_topic_gen.go#L281: if err := c.Flags.Decode(b); err != nil {
tl_channels_create_forum_topic_gen.go#L299: if c.Flags.Has(0) {
tl_channels_create_forum_topic_gen.go#L306: if c.Flags.Has(3) {
tl_channels_create_forum_topic_gen.go#L320: if c.Flags.Has(2) {
tl_channels_create_forum_topic_gen.go#L348: c.Flags.Set(0)
tl_channels_create_forum_topic_gen.go#L358: if !c.Flags.Has(0) {
tl_channels_create_forum_topic_gen.go#L366: c.Flags.Set(3)
tl_channels_create_forum_topic_gen.go#L376: if !c.Flags.Has(3) {
tl_channels_create_forum_topic_gen.go#L392: c.Flags.Set(2)
tl_channels_create_forum_topic_gen.go#L402: if !c.Flags.Has(2) {
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. |